ApngImage.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)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index. |
Return Value
The removed APNG frame.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. or index is equal to or greater than PageCount . |
See Also
- class ApngFrame
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging