Point Conversion (Size to Point) |
Explicit conversion from a size to a Point with a X and Y of the Width and Height values of the size, respectively
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static explicit operator Point (
Size size
)
Public Shared Narrowing Operator CType (
size As Size
) As Point
F# does not support the declaration of new casting operators.
Parameters
- size
- Type: Eto.DrawingSize
Size to convert
Return Value
Type:
PointA new size with the width and height of the X and Y values of the point, respectively
See Also