GifFrameCollectionInsert Method |
Inserts a frame into the collection at the specified position.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Insert(
int index,
GifFrame frame
)
Public Sub Insert (
index As Integer,
frame As GifFrame
)
Parameters
- index
- Type: SystemInt32
The index position which the frame should be placed. - frame
- Type: Atalasoft.Imaging.CodecGifFrame
The GifFrame to insert.
See Also