Click or drag to resize

PointAbs Method

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
)

Parameters

point
Type: Eto.DrawingPoint
Point with positive or negative X and/or Y values

Return Value

Type: Point
A new point with absolute (positive) X and Y values of the specified point
See Also