Click or drag to resize

PointFMax Method

Returns the maximum X and Y components of two points

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static PointF Max(
	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 maximum X and Y values of the two points
See Also