PopFrameAt

ApngImage.PopFrameAt method

Remove and retrieve the frame at the specified index from your frame collection with this intuitive method. Perfect for developers seeking efficient management of frames in their animations.

public ApngFrame PopFrameAt(int index)
ParameterTypeDescription
indexInt32The index.

Return Value

The removed APNG frame.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than 0. or index is equal to or greater than PageCount.

See Also