|
Point Conversion (Point to IntPoint)
|
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static explicit operator IntPoint (
Point point
)
Public Shared Narrowing Operator CType (
point As Point
) As IntPoint
Request Example
View SourceParameters
- point
- Type: AccordPoint
Single precision point to convert to integer point.
Return Value
Type:
IntPointReturns 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