Click or drag to resize

ControlPointToScreen Method

Converts a point from control space to screen space

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PointF PointToScreen(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point in control space

Return Value

Type: PointF
The point in screen space
See Also