Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the point represented by the coordinates x and y as a single value.
Syntax
PNT(x,y )
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
x,y |
Required |
Number, Number |
The coordinates of the point in the coordinate system of the current shape. |
Return value
Point
Remarks
Converting coordinates to points allows you to change a shape's geometry without having to manipulate x - and y -coordinates separately.
Example
PNT(PinX,PinY)
Returns the point represented by PinX and PinY.