PAR Function

Returns the x,y coordinates of a point in the coordinate system of the shape's parent.

Syntax

PAR(point )

Parameters

Name Required/Optional Data Type Description
point
Required
Number, Number
The coordinates of the point in the coordinate system of the current shape.

Remarks

In Microsoft Visio, a point is a single value that embodies a pair of x - and y -coordinates. If the shape is in a group, its parent is the group. If the shape is not in a group, its parent is the page.

Example

PAR(PNT(PinX,PinY))

In this expression, PNT converts a pair of coordinates in the current shape into a point. PAR then converts the point into a pair of coordinates in relation to the lower-left corner of the page or group that contains the current shape.