[]
Creates a borderless line callout.
IShape AddCallout(CalloutType type, double x, double y, double width, double height)
Function AddCallout(type As CalloutType, x As Double, y As Double, width As Double, height As Double) As IShape
Type | Name | Description |
---|---|---|
CalloutType | type | The type of callout line. |
double | 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. |
double | 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. |
double | width | The width of the callout's bounding box, in pixels. |
double | height | The height of the callout's bounding box, in pixels. |
Type | Description |
---|---|
IShape | A borderless line callout. |