Click or drag to resize

SizeAbs 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 Size Abs(
	Size size
)

Parameters

size
Type: Eto.DrawingSize
Size to convert

Return Value

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