[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShapes.AddConnectorInPixel

AddConnectorInPixel Method

AddConnectorInPixel(ConnectorType, double, double, double, double)

Creates a connector. Returns the IShape object that represents the new connector.

Declaration
IShape AddConnectorInPixel(ConnectorType type, double beginX, double beginY, double endX, double endY)
Function AddConnectorInPixel(type As ConnectorType, beginX As Double, beginY As Double, endX As Double, endY As Double) As IShape
Parameters
Type Name Description
ConnectorType type

The connector type to add.

double beginX

The horizontal position (in pixels) of the connector's starting point relative to the upper-left corner of the document.

double beginY

The vertical position (in pixels) of the connector's starting point relative to the upper-left corner of the document.

double endX

The horizontal position (in pixels) of the connector's end point relative to the upper-left corner of the document.

double endY

The veritcal position (in pixels) of the connector's end point relative to the upper-left corner of the document.

Returns
Type Description
IShape

The IShape object.

AddConnectorInPixel(string, ConnectorType, double, double, double, double)

Creates a connector. Returns the IShape object that represents the new connector.

Declaration
IShape AddConnectorInPixel(string name, ConnectorType type, double beginX, double beginY, double endX, double endY)
Function AddConnectorInPixel(name As String, type As ConnectorType, beginX As Double, beginY As Double, endX As Double, endY As Double) As IShape
Parameters
Type Name Description
string name

The connector name.

ConnectorType type

The connector type to add.

double beginX

The horizontal position (in pixels) of the connector's starting point relative to the upper-left corner of the document.

double beginY

The vertical position (in pixels) of the connector's starting point relative to the upper-left corner of the document.

double endX

The horizontal position (in pixels) of the connector's end point relative to the upper-left corner of the document.

double endY

The veritcal position (in pixels) of the connector's end point relative to the upper-left corner of the document.

Returns
Type Description
IShape

The IShape object.