PointF Conversion (PointF to PointF) |
Converts a
PointF to a PointF.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public static implicit operator PointF (
PointF pt
)
Public Shared Widening Operator CType (
pt As PointF
) As PointF
Parameters
- pt
- Type: System.DrawingPointF
Return Value
Type:
PointFSee Also