Click or drag to resize

LayoutTransformPointWorldToLocal Method

Convert the coordinates from the world coordinate system to the local coordinate system.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract Point2d TransformPointWorldToLocal(
	Point2d point
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinates in the world coordinate system

Return Value

Type: Point2d
Coordinates in the local coordinate system
See Also