Creates and initializes new GifFrame instance. You can initialize the Interlaced property here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ interlaced As Boolean _ )
public GifFrame( bool interlaced )
Type: System.Boolean
Value that specifies if the frame should be interlaced. You can change it later using the Interlaced property.