Creates 2D point with integer coordinates
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- x
- Type: SystemInt32
x-coordinate, usually zero-based - y
- Type: SystemInt32
y-coordinate, usually zero-based
Return Value
Type: CvPoint[Missing <returns> documentation for "M:OpenCvSharp.Cv.Point(System.Int32,System.Int32)"]
See Also