This documentation is archived and is not being maintained.
PNT Function
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article
Syntax
Remarks
Example
Returns the point represented by the coordinates x and y as a single value.
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
Converting coordinates to points allows you to change a shape's geometry without having to manipulate x- and y-coordinates separately.
PNT(PinX,PinY)
Returns the point represented by PinX and PinY.