Click or drag to resize

ProjectionRetransform Method (PointF)

Retransform a projection-based PointF in a initial-based PointF.

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public PointF Retransform(
	PointF pt
)

Parameters

pt
Type: Easymap.AddIn.Common.GraphicsPointF
PointF which will be retransformed.

Return Value

Type: PointF
Returns an initial-based PointF.
See Also