This documentation is for the old version. Go to the latest Graphics Mill docs

GifFrame Constructor

Creates and initializes new GifFrame class instance.

Overload List

Name Description
Public method GifFrame()

Creates and initializes new GifFrame class instance.

Public method GifFrame(Boolean)

Creates and initializes new GifFrame instance. You can initialize the Interlaced property here.

Public method GifFrame(Bitmap, Boolean)

Creates and initializes new GifFrame class instance. You can associate a bitmap with it.

Public method GifFrame(Int32, Int32, Boolean)

Creates and initializes new GifFrame class instance. You can set frame position and interlacing option here.

Public method 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.

Public method GifFrame(Int32, Int32, Int32, DisposalMethod, Boolean)

Creates and initializes new GifFrame class instance. You can set most of the frame settings here.

Public method GifFrame(Int32, Int32, Int32, DisposalMethod, Boolean, Boolean)

Creates and initializes a new GifFrame instance. You can set all the frame settings here.

Public method 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.

Public method 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.

See Also

Reference