PointF Conversion (Point to PointF) |
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static implicit operator PointF (
Point point
)
Public Shared Widening Operator CType (
point As Point
) As PointF
F# does not support the declaration of new casting operators.
Parameters
- point
- Type: Eto.DrawingPoint
Point to convert
Return Value
Type:
PointFA new instance of a PointF with the value of the specified
pointRemarks
Since no precision is lost, this can be implicit.
See Also