FreeImageBitmap.SelectActiveFrame Method

FreeImage.NET

FreeImageBitmapSelectActiveFrame Method
Selects the frame specified by the index.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void SelectActiveFrame(
	int frameIndex
)

Parameters

frameIndex
Type: SystemInt32
The index of the active frame.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionframeIndex is out of range.
ExceptionThe operation failed.
InvalidOperationExceptionThe source of the bitmap is not available.
See Also