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