Click or drag to resize

DrawingViewTransformShapeLocalToWorld Method

Convert geometry 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 Shape TransformShapeLocalToWorld(
	Layout layout,
	Shape shape
)

Parameters

layout
Type: RootPro.RootProCADLayout
Layout
shape
Type: RootPro.RootProCADShape
Geometry in the local coordinate system

Return Value

Type: Shape
Geometry in the world coordinate system
See Also