Method GetFrame
GetFrame(int)
Returns the specified frame as a Image.
public virtual Image? GetFrame(int i)
Parameters
iintThe zero-based index of the frame to retrieve. Must be within the range of available frames.
Returns the specified frame as a Image.
public virtual Image? GetFrame(int i)
i intThe zero-based index of the frame to retrieve. Must be within the range of available frames.