Completely removed GDI
Some checks failed
Build Windows Avalonia / build (push) Failing after 1m47s

This commit is contained in:
Maddo 2026-05-28 20:27:05 +02:00
commit d76e133f18
31 changed files with 236 additions and 2592 deletions

View file

@ -1,5 +1,4 @@
using System;
using System.Drawing;
using System.IO;
namespace MaddoShared;
@ -28,18 +27,16 @@ public class ImageState
public DateTime DataPartenzaI { get; set; }
public string TestoOrario { get; set; }
public string TestoFirmaPiccola { get; set; }
public Size ThumbSizeSmall { get; set; }
public Size ThumbSizeBig { get; set; }
public string NomeFileSmall{ get; set; }
public string NomeFileBig{ get; set; }
public string NomeFileBig2{ get; set; }
public string NomeFileSmall { get; set; }
public string NomeFileBig { get; set; }
public string NomeFileBig2 { get; set; }
public float YPosFromBottom{ get; set; }
public float YPosFromBottom1{ get; set; }
public float YPosFromBottom2{ get; set; }
public float YPosFromBottom3{ get; set; }
public float YPosFromBottom4{ get; set; }
public float YPosFromBottom { get; set; }
public float YPosFromBottom1 { get; set; }
public float YPosFromBottom2 { get; set; }
public float YPosFromBottom3 { get; set; }
public float YPosFromBottom4 { get; set; }
public Orientations Orientation{ get; set; }
public DateTime? CreationDate{ get; set; }
public Orientations Orientation { get; set; }
public DateTime? CreationDate { get; set; }
}