Image.GetFrameCount

Image.GetFrameCount method

Returns the number of frames of the specified dimension.

public int GetFrameCount(FrameDimension dimension)
ParameterTypeDescription
dimensionFrameDimensionA FrameDimension that specifies the identity of the dimension type.

Return Value

The number of frames in the specified dimension.

See Also