Image.SelectActiveFrame

Image.SelectActiveFrame method

Selects the frame specified by the dimension and index.

public int SelectActiveFrame(FrameDimension dimension, int frameIndex)
ParameterTypeDescription
dimensionFrameDimensionA FrameDimension that specifies the identity of the dimension type.
frameIndexInt32The index of the active frame.

Return Value

Always returns 0.

See Also