1 2 3 4 5 6 7 8 9
namespace PhotoEditor.Models; public class RectangleStruct { public int X {get; set;} public int Y {get; set;} public int W {get; set;} public int H {get; set;} }