Click or drag to resize

WindowlessComponentRectangleToScreen Method

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

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public RectangleF RectangleToScreen(
	RectangleF value
)

Parameters

value
Type: Easymap.AddIn.Common.GraphicsRectangleF

Return Value

Type: RectangleF
See Also