Class GIFSettingsDialog
GIF settings dialog.
Inheritance
GIFSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class GIFSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
GIFSettingsDialog()
Initializes a new instance of the GIFSettingsDialog class.
Declaration
public GIFSettingsDialog()
Methods
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
LoadSettings(AnimatedGIFOutput)
Loads settings.
Declaration
public void LoadSettings(AnimatedGIFOutput gifOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimatedGIFOutput | gifOutput | Output. |
SaveSettings(ref AnimatedGIFOutput)
Saves settings.
Declaration
public void SaveSettings(ref AnimatedGIFOutput gifOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimatedGIFOutput | gifOutput | Output. |