Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShapes Interface / addConnectorInPixel Method / addConnectorInPixel(ConnectorType,float,float,float,float) Method
The connector type to add.
The horizontal position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.
The vertical position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.
The horizontal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.
The veritcal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.
In This Topic
    addConnectorInPixel(ConnectorType,float,float,float,float) Method
    In This Topic
    Creates a connector. Returns the IShape object that represents thenew connector.
    Syntax
    IShape addConnectorInPixel( 
       ConnectorType type,
       float beginX,
       float beginY,
       float endX,
       float endY
    )

    Parameters

    type
    The connector type to add.
    beginX
    The horizontal position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.
    beginY
    The vertical position (in pixels) of the connector's startingpoint relative to the upper-left corner of the document.
    endX
    The horizontal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.
    endY
    The veritcal position (in pixels) of the connector's end pointrelative to the upper-left corner of the document.

    Return Value

    The IShape object.
    See Also