TransformXYFrom method

TransformXYFrom method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

See also         Example         Applies to

Transforms a point expressed in the local coordinate system of one Shape object from an equivalent point expressed in the local coordinate system of another Shape object.

Version added

2000

Syntax

        
          object
          .TransformXYFrom
          OtherShape, x, y, xprime, yprime
      

object

Required. An expression that returns a Shape object whose local coordinate system you are transforming the point to.

OtherShape

Required. An expression that returns a Shape object whose local coordinate system you are transforming the point from.

x

Required Double; x-coordinate corresponding to x in the OtherShape coordinate system.

y

Required Double; y-coordinate corresponding to y in the OtherShape coordinate system.

xprime

Required Double; x-coordinate in coordinate system of object.

yprime

Required Double; y-coordinate in coordinate system of object.

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, or if OtherShape is not in the same Page or Master object as object.