Click or drag to resize

PointRound Method

Rounds the X and Y components of the specified point to a Point

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Point Round(
	PointF point
)

Parameters

point
Type: Eto.DrawingPointF
Floating point value to round

Return Value

Type: Point
A new instance of a Point with rounded X and Y values of the specified point
See Also