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