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: 12.0.0.0
Syntax public PointF Transform(
PointF pt
)
Public Function Transform (
pt As PointF
) As PointF
Parameters
- pt
- Type: Easymap.AddIn.Common.GraphicsPointF
PointF which will be transformed.
Return Value
Type:
PointFReturns a projection-based PointF.
See Also