Width and Height shouldn't be exposed through ISurface anymore

This commit is contained in:
Killy 2020-04-27 19:30:22 +03:00
parent 195b5c3ab7
commit 2be1898c53

View file

@ -191,8 +191,6 @@ namespace GreenshotPlugin.Interfaces
get;
set;
}
int Width { get; }
int Height { get; }
/// <summary>
/// Zoom value applied to the surface. 1.0f for actual size (100%).