[Missing <summary> documentation for "P:Zivid.NET.Mask.Item(System.Int32,System.Int32)"]
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic byte this[
int x,
int y
] { get; set; }Public Default Property Item (
x As Integer,
y As Integer
) As Byte
Get
Set
public:
property unsigned char default[int x, int y] {
unsigned char get (int x, int y);
void set (int x, int y, unsigned char value);
}Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
Property Value
Type:
Byte
See Also