DrawingViewTransformPointLocalToWorld Method |
Convert the coordinates from the local coordinate system of the specified layout to the world 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 Point2d TransformPointLocalToWorld(
Layout layout,
Point2d point
)
Public MustOverride Function TransformPointLocalToWorld (
layout As Layout,
point As Point2d
) As Point2d
Parameters
- layout
- Type: RootPro.RootProCADLayout
Layout - point
- Type: RootPro.RootProCAD.GeometryPoint2d
Coordinates in the local coordinate system
Return Value
Type:
Point2d Coordinates in the world coordinate system
See Also