Creates and initializes new GifEncoderOptions class instance.
Name | Description | |
---|---|---|
GifEncoderOptions() |
Creates and initializes new GifEncoderOptions class instance. |
|
GifEncoderOptions(Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize Interlaced property here. |
|
GifEncoderOptions(Int32, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize some frame-related properties here. |
|
GifEncoderOptions(Int32, DisposalMethod, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize frame-related properties here. |
|
GifEncoderOptions(Int32, DisposalMethod, Boolean, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize frame-related properties here. |
|
GifEncoderOptions(Int32, Int32, Int32, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize some frame-related properties and GIF dimensions here. |
|
GifEncoderOptions(Int32, Int32, Int32, DisposalMethod, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize frame-related properties and GIF dimensions here. |
|
GifEncoderOptions(Int32, Int32, Int32, DisposalMethod, Boolean, Boolean) |
Creates and initializes new GifEncoderOptions class instance. You can initialize frame-related properties and GIF dimensions here. |