Click or drag to resize

Point Constructor (Size)

Initializes a new instance of a Point class with X and Y values corresponding to the Width and Height values of the specified size, respecitively

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

Parameters

size
Type: Eto.DrawingSize
Size to initialize the X and Y values of the new instance with
See Also