ImageNETPixelFormatItem Property (Int32, Int32) |
[Missing <summary> documentation for "P:Zivid.NET.Image`1.Item(System.Int32,System.Int32)"]
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic NETPixelFormat this[
int i,
int j
] { get; }
Public ReadOnly Default Property Item (
i As Integer,
j As Integer
) As NETPixelFormat
Get
public:
property NETPixelFormat default[int i, int j] {
NETPixelFormat get (int i, int j);
}
Parameters
- i
- Type: SystemInt32
- j
- Type: SystemInt32
Property Value
Type:
NETPixelFormat
See Also