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
Syntaxpublic 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