Table of Contents

Method GetFrame

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetFrame(int)

Returns the specified frame as a Image.

public virtual Image? GetFrame(int i)

Parameters

i int

The zero-based index of the frame to retrieve. Must be within the range of available frames.

Returns

Image

An instance of Image representing the specified frame if the index is valid; otherwise, null.