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