Click or drag to resize

ProjectionTransform Method (PointF)

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

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

Parameters

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

Return Value

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