Class ScreenSourceDialog
Interaction logic for ScreenSourceDialog.xaml.
Inheritance
ScreenSourceDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Dialogs.Sources
Assembly: VisioForge.Core.dll
Syntax
public class ScreenSourceDialog : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
ScreenSourceDialog()
Initializes a new instance of the ScreenSourceDialog class.
Declaration
public ScreenSourceDialog()
Properties
DisplayIndex
Gets the display index.
Declaration
public int DisplayIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FrameRate
Gets the frame rate.
Declaration
public VideoFrameRate FrameRate { get; set; }
Property Value
| Type | Description |
|---|---|
| VideoFrameRate | The frame rate. |
FullScreen
Gets a value indicating whether to capture full screen.
Declaration
public bool FullScreen { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
GrabMouseCursor
Gets a value indicating whether grab mouse cursor.
Declaration
public bool GrabMouseCursor { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Rectangle
Gets The rectangle.
Declaration
public Rect Rectangle { get; set; }
Property Value
| Type | Description |
|---|---|
| Rect | The rectangle. |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()