Point Conversion (PointF to Point) |
Explicit conversion from a
PointF to a
Point by truncating values
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static explicit operator Point (
PointF point
)
Public Shared Narrowing Operator CType (
point As PointF
) As Point
F# does not support the declaration of new casting operators.
Parameters
- point
- Type: Eto.DrawingPointF
Point to convert
Return Value
Type:
PointA new instance of a Point with the value of the specified
pointSee Also