CvPoint Method OpenCvSharp Class Library
Creates 2D point with integer coordinates

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvPoint Point(
	int x,
	int y
)

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

Reference