GroupShapeAddConnector Method (Double, Double, Double, Double, LengthUnit) |
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.3.35.1038 (21.3.35.1038)
Syntaxpublic Connector AddConnector(
double left,
double top,
double width,
double height,
LengthUnit unit
)
Public Function AddConnector (
left As Double,
top As Double,
width As Double,
height As Double,
unit As LengthUnit
) As Connector
Parameters
- left
- Type: SystemDouble
The location of the left edge of the bounding box enclosing a newly added Connector relative to the left edge of the slide on which the Connector is being added (prior to any rotation or flipping). - top
- Type: SystemDouble
the location of the top edge of the bounding box enclosing a newly added Connector relative to the top edge of the slide on which the Connector is being added (prior to any rotation or flipping). - width
- Type: SystemDouble
The width of the bounding box enclosing a newly added Connector (prior to any rotation or flipping). - height
- Type: SystemDouble
The height of the bounding box enclosing a newly added Connector (prior to any rotation or flipping). - unit
- Type: GemBox.PresentationLengthUnit
The measuring unit in which parameters left, top, width and height are specified.
Return Value
Type:
ConnectorA new line
Connector added to the current
GroupShape.
See Also