PopFrameAt

ApngImage.PopFrameAt method

移除并返回自己框架集合的指定索引处的框架。

public ApngFrame PopFrameAt(int index)
范围类型描述
indexInt32指数。

返回值

删除的 APNG 帧。

例外

例外(健康)状况
ArgumentOutOfRangeExceptionindex小于 0. 或 index等于或大于PageCount .

也可以看看