Click or drag to resize

DrawingViewPointToScreen Method

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

Parameters

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

Return Value

Type: Point
Coordinates in the screen coordinate system
See Also