FaceFile for D2

This commit is contained in:
2024-10-20 17:49:11 -07:00
parent c580c7eaa4
commit e532c3ef1e
19 changed files with 334 additions and 263 deletions

View File

@ -1,10 +1,10 @@
namespace View_by_Distance.Shared.Models.Properties;
// namespace View_by_Distance.Shared.Models.Properties;
public interface IOutputResolution
{
// public interface IOutputResolution
// {
public int Height { get; }
public int Orientation { get; }
public int Width { get; }
// public int Height { get; }
// public int Orientation { get; }
// public int Width { get; }
}
// }