Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddCallout Method


In This Topic
    AddCallout Method
    In This Topic
    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)
    IShape AddCallout( 
       CalloutType type,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    type
    x
    y
    width
    height
    See Also