ProjectionTransform(PointF) Method |
Transforms a specified PointF in a new PointF based on current projection.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic PointF Transform(
PointF pt
)
Public Function Transform (
pt As PointF
) As PointF
Parameters
- pt PointF
- PointF which will be transformed.
Return Value
PointFReturns a projection-based PointF.
See Also