Converts the coordinates of the specified point from the world coordinate system to the local coordinate system of this shape.
Applies to: Shape object
object.WPtoLP ( srcPoint ) |
The WPtoLP 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, LPtoWP method |