Object for storing coordinates of a connection point. Connection Points are associated with an object. They indicate locations in which other objects can be glued to it. An instance of this object can be retrieved from the Shape object.
Name | Description |
X | The X-coordinate of the connection point in the coordinate system of the shape to which it belongs. |
Y | The Y-coordinate of the connection point in the coordinate system of the shape to which it belongs. |
Dim MyConnectDot as ConnectDot, MyShape As Shape |
See Also |
Shape object |