Click or drag to resize

DrawingViewPointToClient Method

Convert the coordinates from the screen coordinate system to the client 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 Point PointToClient(
	Point point
)

Parameters

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

Return Value

Type: Point
Coordinates in the client coordinate system
See Also