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
)
Public Shared Function Abs (
size As Size
) As Size
static member Abs :
size : Size -> Size
Parameters
- size
- Type: Eto.DrawingSize
Size to convert
Return Value
Type:
SizeA new instance of a Size struct with absolute (positive) width and height
See Also