Click or drag to resize

SizeF Constructor (PointF)

Initializes a new SizeF 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 SizeF(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Point to convert to a SizeF struct
See Also