DrawingViewTransformShapeWorldToLocal Method |
Convert geometry 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 TransformShapeWorldToLocal(
Layout layout,
Shape shape
)
Public MustOverride Function TransformShapeWorldToLocal (
layout As Layout,
shape As Shape
) As Shape
Parameters
- layout
- Type: RootPro.RootProCADLayout
Layout - shape
- Type: RootPro.RootProCADShape
Geometry in world coordinate system
Return Value
Type:
Shape Geometry in the local coordinate system
See Also