Click or drag to resize

ProjectionTransform(PointF) Method

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

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

Parameters

pt  PointF
PointF which will be transformed.

Return Value

PointF
Returns a projection-based PointF.
See Also