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
)
Public Shared Function Abs (
point As PointF
) As PointF
static member Abs :
point : PointF -> PointF
Parameters
- point
- Type: Eto.DrawingPointF
Point with positive or negative X and/or Y values
Return Value
Type:
PointFA new point with absolute (positive) X and Y values of the specified
pointSee Also