Click or drag to resize

Point3i Constructor

Initializes a new instance of the Point3i class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Point3i(
	int x,
	int y,
	int z
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:OpenCvSharp.Point3i.#ctor(System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:OpenCvSharp.Point3i.#ctor(System.Int32,System.Int32,System.Int32)"]

z
Type: SystemInt32

[Missing <param name="z"/> documentation for "M:OpenCvSharp.Point3i.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also