Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddCallout Method
The type of callout line.
The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.
The position (in pixels) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.
The width of the callout's bounding box, in pixels.
The height of the callout's bounding box, in pixels.


In This Topic
AddCallout Method
In This Topic
Creates a borderless line callout.
Syntax
'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
 
'Usage
 
Dim instance As IShapes
Dim type As CalloutType
Dim x As Double
Dim y As Double
Dim width As Double
Dim height As Double
Dim value As IShape
 
value = instance.AddCallout(type, x, y, width, height)

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.
See Also