Click or drag to resize

ProjectionTransform Method (RectangleF)

Transforms a specified RectangleF in a new RectangleF based on current projection.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public RectangleF Transform(
	RectangleF rect
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
RectangleF which will be transformed.

Return Value

Type: RectangleF
Returns a projection-based RectangleF.
See Also