DrawingViewTransformPointWorldToClient Method |
Convert the coordinates from the world coordinate system to the client coordinate system.
Namespace:
RootPro.RootProCAD.UI
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract Point TransformPointWorldToClient(
Point2d point
)
Public MustOverride Function TransformPointWorldToClient (
point As Point2d
) As Point
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Coordinates in the world coordinate system
Return Value
Type:
Point Coordinates in the client coordinate system
See Also