'Declaration
Function AddCallout( _ ByVal type As CalloutType, _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ ) As IShape
Parameters
- type
- The type of callout line.
- x
- The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.
- y
- The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.
- width
- The width of the callout's bounding box, in pixels.
- height
- The height of the callout's bounding box, in pixels.
Return Value
A borderless line callout.