Sets the values at the specified position.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void SetValues(
T[] values,
int index
) |
Visual Basic (Declaration) |
---|
Public Sub SetValues ( _
values As T(), _
index As Integer _
) |
Visual C++ |
---|
public:
void SetValues(
array<T>^ values,
int index
) |
Parameters
- values
- Type: array<
T
>[]()[]
An array containing the new values for the specified elements.
- index
- Type: System..::.Int32
A 32-bit integer that represents the position
of the array elements to set.
Exceptions
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also