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


In This Topic
    AddConnector Method
    In This Topic
    Syntax
    'Declaration
     
    Function AddConnector( _
       ByVal type As ConnectorType, _
       ByVal beginX As Double, _
       ByVal beginY As Double, _
       ByVal endX As Double, _
       ByVal endY As Double _
    ) As IShape
    'Usage
     
    Dim instance As IShapes
    Dim type As ConnectorType
    Dim beginX As Double
    Dim beginY As Double
    Dim endX As Double
    Dim endY As Double
    Dim value As IShape
     
    value = instance.AddConnector(type, beginX, beginY, endX, endY)
    IShape AddConnector( 
       ConnectorType type,
       double beginX,
       double beginY,
       double endX,
       double endY
    )

    Parameters

    type
    beginX
    beginY
    endX
    endY
    See Also