Creates and initializes new GifFrame class instance.
Name | Description | |
---|---|---|
GifFrame() |
Creates and initializes new GifFrame class instance. |
|
GifFrame(Boolean) |
Creates and initializes new GifFrame instance. You can initialize the Interlaced property here. |
|
GifFrame(Bitmap, Boolean) |
Creates and initializes new GifFrame class instance. You can associate a bitmap with it. |
|
GifFrame(Int32, Int32, Boolean) |
Creates and initializes new GifFrame class instance. You can set frame position and interlacing option here. |
|
GifFrame(Bitmap, Int32, Int32, Boolean) |
Creates and initializes new GifFrame class instance. You can associate a bitmap with it as well as set frame position and interlacing option here. |
|
GifFrame(Int32, Int32, Int32, DisposalMethod, Boolean) |
Creates and initializes new GifFrame class instance. You can set most of the frame settings here. |
|
GifFrame(Int32, Int32, Int32, DisposalMethod, Boolean, Boolean) |
Creates and initializes a new GifFrame instance. You can set all the frame settings here. |
|
GifFrame(Bitmap, Int32, Int32, Int32, DisposalMethod, Boolean) |
Creates and initializes new GifFrame class instance. You can associate a bitmap with it as well as set all the frame settings here. |
|
GifFrame(Bitmap, Int32, Int32, Int32, DisposalMethod, Boolean, Boolean) |
Creates and initializes a new GifFrame instance. You can associate a bitmap with it as well as set all the frame settings here. |