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