Click or drag to resize

DrawingViewTransformShapesWorldToLocal Method

Convert multiple geometries 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 Shape[] TransformShapesWorldToLocal(
	Layout layout,
	Shape[] shapes
)

Parameters

layout
Type: RootPro.RootProCADLayout
Layout
shapes
Type: RootPro.RootProCADShape
Array of figures in the world coordinate system

Return Value

Type: Shape
Array of geometries in the local coordinate system
See Also