Click or drag to resize

ProjectionTransform(RectangleF) Method

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

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

Parameters

rect  RectangleF
RectangleF which will be transformed.

Return Value

RectangleF
Returns a projection-based RectangleF.
See Also