Init
This commit is contained in:
10
Shared/Models/Properties/IOutputResolution.cs
Normal file
10
Shared/Models/Properties/IOutputResolution.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace View_by_Distance.Shared.Models.Properties;
|
||||
|
||||
public interface IOutputResolution
|
||||
{
|
||||
|
||||
public int Height { get; }
|
||||
public int Orientation { get; }
|
||||
public int Width { get; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user