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: 12.3.0.0
Syntax
public RectangleF TransformRect(
	RectangleF rect,
	Matrix m
)

Parameters

rect  RectangleF
RectangleF which will be transformed.
m  Matrix
Matrix which will transform the rectangle.

Return Value

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