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