Click or drag to resize

PointFMin Method

Returns the minimum X and Y components of two points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static PointF Min(
	PointF point1,
	PointF point2
)

Parameters

point1
Type: Eto.DrawingPointF
First point
point2
Type: Eto.DrawingPointF
Second point

Return Value

Type: PointF
A new point with the minimum X and Y values of the two points
See Also