Click or drag to resize

PointF Constructor (SizeF)

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 PointF(
	SizeF size
)

Parameters

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