Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.39 KB

Visio.Shape.XYFromPage.md

File metadata and controls

43 lines (29 loc) · 1.39 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.XYFromPage method (Visio)
vis_sdr.chm11216645
vis_sdr.chm11216645
Visio.Shape.XYFromPage
85b04e0b-04e1-a5b5-f6ff-393c57751946
06/08/2017
medium

Shape.XYFromPage method (Visio)

Transforms a point expressed in the local coordinate system of its Page or Master object to an equivalent point expressed in the local coordinate system of the Shape object.

Syntax

expression. XYFromPage( _x_ , _y_ , _xprime_ , _yprime_ )

expression A variable that represents a Shape object.

Parameters

Name Required/Optional Data type Description
x Required Double x-coordinate corresponding to x in the Page or Master object's coordinate system.
y Required Double y-coordinate corresponding to y in the Page or Master object's coordinate system.
xprime Required Double x-coordinate in coordinate system of object.
yprime Required Double y-coordinate in coordinate system of object.

Return value

Nothing

Remarks

The points x, y, xprime, and yprime are all treated as internal drawing units.

An exception is raised if object is not a Shape object of a Page or Master object.

[!includeSupport and feedback]