Click or drag to resize

Point Constructor (Int32, Int32)

Initializes a new instance of the Point class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Point(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
See Also