Click or drag to resize
Accord.NET (logo)

PointHRound Method

Converts to a Integer point by rounding the point coordinates.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public static Point Round(
	PointH point
)
Request Example View Source

Parameters

point
Type: Accord.ImagingPointH

Return Value

Type: Point
See Also