Click or drag to resize

SizeFAbs Method

Returns the absolute width and height of the specified size

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

Parameters

size
Type: Eto.DrawingSizeF
Size to convert

Return Value

Type: SizeF
A new instance of a Size struct with absolute (positive) width and height
See Also