Creates and initializes new GifFrame class instance. You can associate a bitmap with it.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: Aurigma.GraphicsMill.Bitmap
Bitmap class instance which should be associated with this frame. To put another bitmap into frame, you should use the SetBitmap(Bitmap) method.Type: System.Boolean
Value that specifies if the frame should be interlaced. You can change it later using the Interlaced property.