Click or drag to resize

PointF  Conversion (SizeF to PointF)

Explicit conversion from a size to a PointF with a X and Y of the Width and Height values of the size, respectively

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static explicit operator PointF (
	SizeF size
)

Parameters

size
Type: Eto.DrawingSizeF
SizeF to convert

Return Value

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