Show / Hide Table of Contents

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 Source

ScreenshotManagerSettings()

Initializes a new instance of the ScreenshotManagerSettings class.

Declaration
public ScreenshotManagerSettings()

Properties

View Source

GlobalRefreshInterval

Gets or sets the global refresh rate.

Declaration
public ScreenshotRefreshInterval GlobalRefreshInterval { get; set; }
Property Value
Type Description
ScreenshotRefreshInterval
View Source

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 Source

Save()

Saves the current settings.

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX