Gets the value at the specified position.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public T GetValue(
	int index
)
Visual Basic (Declaration)
Public Function GetValue ( _
	index As Integer _
) As T
Visual C++
public:
T GetValue(
	int index
)

Parameters

index
Type: System..::.Int32
A 32-bit integer that represents the position of the array element to get.

Return Value

The value at the specified position.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException index is outside the range of valid indexes for the unmanaged array.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also