Click or drag to resize
Accord.NET (logo)

PointHTruncate Method

Converts to a Integer point by truncating the point coordinates.

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

Parameters

point
Type: Accord.ImagingPointH

Return Value

Type: Point
See Also