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