Converts the coordinates of the specified point from the local coordinate system of this shape to the world coordinate system.
Applies to: Shape object
object.LPtoWP ( srcPoint ) |
The LPtoWP method syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
srcPoint | Required. A DPoint type variable. The coordinates of the point. |
This method modifies the input argument srcPoint and uses it to return the resulting coordinates. The coordinates are measured in internal units (InternalUnit).
See Also |
LAtoWA method, LPtoGP method, WPtoLP method |