TShapeConnector Record
Used to link two different shapes with a connector.
Syntax
Unit: FlexCel.Core
TShapeConnector = record;
Methods
Name |
Description |
Create |
Creates a new ShapeConnector.
|
Properties
Name |
Description |
ShapeId |
The ID of the shape where this shape is linked. A negative value means the shape is not connected.
|
AnchorPoint |
This integer defines the anchor point used to link the connection. The meaning of this number varies depending in the shape, for example a rectangle can have 4 anchor points (one in each side), while a triangle might have 3.
|