Click or drag to resize

Point3i Constructor

Initializes a new instance of the Point3i class

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

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
z
Type: SystemInt32
See Also