Creates and initializes new GifEncoderOptions class instance. You can initialize frame-related properties here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ delay As Integer, _ disposalMethod As DisposalMethod, _ interlaced As Boolean _ )
public GifEncoderOptions( int delay, DisposalMethod disposalMethod, bool interlaced )
Type: System.Int32
Number of hundredths (1/100) of a second to wait after rendering the frame. You can change it later through Delay property.Type: Aurigma.GraphicsMill.Codecs.DisposalMethod
DisposalMethod value that specifies a disposal method for the frame. You can change it later through DisposalMethod property.Type: System.Boolean
Value that specifies if the frame should be interlaced. You can change it later through Interlaced property.