Click or drag to resize

WindowlessComponentRectangleToParent Method

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

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

Parameters

value
Type: Easymap.AddIn.Common.GraphicsRectangleF

Return Value

Type: RectangleF
See Also