| Vec2i Constructor |
Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Vec2i(
int item0,
int item1
)
Public Sub New (
item0 As Integer,
item1 As Integer
)
public:
Vec2i(
int item0,
int item1
)
new :
item0 : int *
item1 : int -> Vec2i
Parameters
- item0
- Type: SystemInt32
[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec2i.#ctor(System.Int32,System.Int32)"]
- item1
- Type: SystemInt32
[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec2i.#ctor(System.Int32,System.Int32)"]
See Also