Click or drag to resize

LocationTransformRect Method

Transforms a Easymap.AddIn.Common.Graphics.RectangleF from a specified matrix.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public RectangleF TransformRect(
	RectangleF rect,
	Matrix m
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
RectangleF which will be transformed.
m
Type: Easymap.AddIn.Common.GraphicsMatrix
Matrix which will transform the rectangle.

Return Value

Type: RectangleF
Retrurns a transformed Easymap.AddIn.Common.Graphics.RectangleF.
See Also