mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove unused properties.
This commit is contained in:
parent
cd1770bd29
commit
b3ac3829c5
@ -24,8 +24,6 @@ namespace Remotely.ScreenCast.Win.Capture
|
||||
public bool CaptureFullscreen { get; set; } = true;
|
||||
public Bitmap CurrentFrame { get; set; }
|
||||
public Rectangle CurrentScreenBounds { get; set; } = Screen.PrimaryScreen.Bounds;
|
||||
public bool IsCapturing { get; set; }
|
||||
public int PauseForMilliseconds { get; set; }
|
||||
public Bitmap PreviousFrame { get; set; }
|
||||
public event EventHandler<Rectangle> ScreenChanged;
|
||||
public int SelectedScreen { get; private set; } = Screen.AllScreens.ToList().IndexOf(Screen.PrimaryScreen);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user