Click or drag to resize

PointFAbs 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 PointF Abs(
	PointF point
)

Parameters

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

Return Value

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