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