Description
This property allows you to get and set the coordinates of a line endpoint.
Syntax
Property get:
Point = End ( );
|
Return: (Variant) Point |
Coordinates of line endpoint. |
Property set:
End( Point );
|
Input: (Variant) Point |
Coordinates of line endpoint. |