Click or drag to resize

WindowlessComponentPointToScreen Method

Converts a PointF from the coordinate system of the (parent) WindowlessComponent to screen coordinates

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public PointF PointToScreen(
	PointF value
)

Parameters

value
Type: Easymap.AddIn.Common.GraphicsPointF

Return Value

Type: PointF
See Also