Click or drag to resize

SizeF  Conversion (PointF to SizeF)

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

Parameters

point
Type: Eto.DrawingPointF
Point to convert

Return Value

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