Click or drag to resize

DrawingViewTransformPointsWorldToLocal Method

Convert multiple coordinates from the world coordinate system to the local coordinate system of the specified layout.

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[] TransformPointsWorldToLocal(
	Layout layout,
	Point2d[] points
)

Parameters

layout
Type: RootPro.RootProCADLayout
Layout
points
Type: RootPro.RootProCAD.GeometryPoint2d
Array of coordinates in the world coordinate system

Return Value

Type: Point2d
Array of coordinates in the local coordinate system
See Also