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: 11.2.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