Returns the absolute X and Y components of the specified point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point Abs(
Point point
)
Public Shared Function Abs (
point As Point
) As Point
static member Abs :
point : Point -> Point
Parameters
- point
- Type: Eto.DrawingPoint
Point with positive or negative X and/or Y values
Return Value
Type:
PointA new point with absolute (positive) X and Y values of the specified
pointSee Also