Class ScreenshotManagerSettings
Settings class for the Screenshot Manager.
Inheritance
System.Object
ScreenshotManagerSettings
Namespace: Phoenix.Screenshot
Assembly: Phoenix.Plugin.Screenshot.dll
Syntax
[Serializable]
public class ScreenshotManagerSettings : SettingsCategoryBase
Constructors
View SourceScreenshotManagerSettings()
Initializes a new instance of the ScreenshotManagerSettings class.
Declaration
public ScreenshotManagerSettings()
Properties
View SourceGlobalRefreshInterval
Gets or sets the global refresh rate.
Declaration
public ScreenshotRefreshInterval GlobalRefreshInterval { get; set; }
Property Value
Type | Description |
---|---|
ScreenshotRefreshInterval |
UseSelectedDevices
Gets or sets a value indicating whether the screenshot view should use the selected devices or not.
Declaration
public bool UseSelectedDevices { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceSave()
Saves the current settings.
Declaration
public void Save()