Click or drag to resize

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
)

Parameters

point
Type: Eto.DrawingPoint
Point to convert

Return Value

Type: Size
A new size with the width and height of the X and Y values of the point, respectively
See Also