MemoryArray(T).GetValue Method
From FreeImage.NET
FreeImage.NET Class Library Reference
| MemoryArrayTGetValue Method |
Gets the value at the specified position.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public T GetValue( int index )
Parameters
- index
- Type: SystemInt32
A 32-bit integer that represents the position of the array element to get.
Return Value
Type: TThe value at the specified position.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is outside the range of valid indexes for the unmanaged array. |