FreeImage.NET Class Library Reference
![]() | FreeImageBitmapSelectActiveFrame Method |
Selects the frame specified by the index.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
SyntaxC#
public void SelectActiveFrame( int frameIndex )
Parameters
- frameIndex
- Type: SystemInt32
The index of the active frame.
Exceptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | frameIndex is out of range. |
| Exception | The operation failed. |
| InvalidOperationException | The source of the bitmap is not available. |
See Also