Click or drag to resize

DrawingViewTransformPointClientToWorld Method

Convert the coordinates from the client coordinate system 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 Point2d TransformPointClientToWorld(
	Point point
)

Parameters

point
Type: System.DrawingPoint
Coordinates in the client coordinate system

Return Value

Type: Point2d
Coordinates in the world coordinate system
See Also