Public Member Functions | |
| ExportVideoGallery (Core.Tools.AccountManager.Product in_product, Gallery in_gallery) | |
Public Attributes | |
| ListView | ReferenceList = null |
| Core.Tools.AccountManager.Map.Data[] | ReferenceData = null |
| String[] | Labels = new String[0] |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Properties | |
| double | FrameRate [get] |
Private Member Functions | |
| void | btnCancel_Click (object sender, EventArgs e) |
| void | IncrementLabel () |
| String | NextLabel () |
| String | CurrentLabel () |
| Core.Forms.HypnoLabel | NewLabel (Graphics g, String text, int dest_width, int dest_height) |
| Bitmap | ApplySettings (Image img, int width, int height) |
| void | CompostVideo () |
| void | btnExportVideo_Click (object sender, EventArgs e) |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| Core.Tools.AccountManager.Product | product_base = null |
| Gallery | gallery = null |
| int | current_label = 0 |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. | |
| System.Windows.Forms.Button | btnExportVideo |
| System.Windows.Forms.TextBox | txtVideoName |
| System.Windows.Forms.Label | label1 |
| System.Windows.Forms.Button | btnCancel |
| System.Windows.Forms.TextBox | txtFrameRate |
| System.Windows.Forms.Label | label2 |
| Core.Forms.ExportVideoGallery.ExportVideoGallery | ( | Core.Tools.AccountManager.Product | in_product, | |
| Gallery | in_gallery | |||
| ) |
| void Core.Forms.ExportVideoGallery.btnCancel_Click | ( | object | sender, | |
| EventArgs | e | |||
| ) | [private] |
| void Core.Forms.ExportVideoGallery.IncrementLabel | ( | ) | [private] |
| String Core.Forms.ExportVideoGallery.NextLabel | ( | ) | [private] |
| String Core.Forms.ExportVideoGallery.CurrentLabel | ( | ) | [private] |
| Core.Forms.HypnoLabel Core.Forms.ExportVideoGallery.NewLabel | ( | Graphics | g, | |
| String | text, | |||
| int | dest_width, | |||
| int | dest_height | |||
| ) | [private] |
| Bitmap Core.Forms.ExportVideoGallery.ApplySettings | ( | Image | img, | |
| int | width, | |||
| int | height | |||
| ) | [private] |
| void Core.Forms.ExportVideoGallery.CompostVideo | ( | ) | [private] |
| void Core.Forms.ExportVideoGallery.btnExportVideo_Click | ( | object | sender, | |
| EventArgs | e | |||
| ) | [private] |
| override void Core.Forms.ExportVideoGallery.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
| void Core.Forms.ExportVideoGallery.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
Gallery Core.Forms.ExportVideoGallery.gallery = null [private] |
| ListView Core.Forms.ExportVideoGallery.ReferenceList = null |
| String [] Core.Forms.ExportVideoGallery.Labels = new String[0] |
int Core.Forms.ExportVideoGallery.current_label = 0 [private] |
System.ComponentModel.IContainer Core.Forms.ExportVideoGallery.components = null [private] |
Required designer variable.
System.Windows.Forms.Button Core.Forms.ExportVideoGallery.btnExportVideo [private] |
System.Windows.Forms.TextBox Core.Forms.ExportVideoGallery.txtVideoName [private] |
System.Windows.Forms.Label Core.Forms.ExportVideoGallery.label1 [private] |
System.Windows.Forms.Button Core.Forms.ExportVideoGallery.btnCancel [private] |
System.Windows.Forms.TextBox Core.Forms.ExportVideoGallery.txtFrameRate [private] |
System.Windows.Forms.Label Core.Forms.ExportVideoGallery.label2 [private] |
double Core.Forms.ExportVideoGallery.FrameRate [get, private] |