Class UniversalOutputDialog
Interaction logic for UniversalOutputDialog.xaml.
Inheritance
UniversalOutputDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class UniversalOutputDialog : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
UniversalOutputDialog(IXBaseOutput)
Initializes a new instance of the UniversalOutputDialog class.
Declaration
public UniversalOutputDialog(IXBaseOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| IXBaseOutput | output | The output. |
Methods
GetOutput()
Gets the output.
Declaration
public IXBaseOutput GetOutput()
Returns
| Type | Description |
|---|---|
| IXBaseOutput | IXBaseOutput. |
GetOutputVC()
Gets the output (for Video Capture Core X).
Declaration
public IVideoCaptureXBaseOutput GetOutputVC()
Returns
| Type | Description |
|---|---|
| IVideoCaptureXBaseOutput | IVideoCaptureXBaseOutput. |
GetOutputVE()
Gets the output (for Video Edit Core X).
Declaration
public IVideoEditXBaseOutput GetOutputVE()
Returns
| Type | Description |
|---|---|
| IVideoEditXBaseOutput | IVideoEditXBaseOutput. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnRender(DrawingContext)
When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.
Declaration
protected override void OnRender(DrawingContext drawingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| DrawingContext | drawingContext | The drawing instructions for a specific element. This context is provided to the layout system. |