Click or drag to resize

Size Constructor (Point)

Initializes a new Size class with width and height corresponding to the X and Y of the specified point

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Size(
	Point point
)

Parameters

point
Type: Eto.DrawingPoint
Point to convert to a Size struct
See Also