Click or drag to resize
Accord.NET (logo)

Point  Conversion (Point to IntPoint)

Explicit conversion to IntPoint.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static explicit operator IntPoint (
	Point point
)
Request Example View Source

Parameters

point
Type: AccordPoint
Single precision point to convert to integer point.

Return Value

Type: IntPoint
Returns new integer point which coordinates are explicitly converted to integers from coordinates of the specified single precision point by casting float values to integers value.
See Also