RectangleStruct.cs (180B)
1 2namespace PhotoEditor.Models; 3public class RectangleStruct { 4 public int X {get; set;} 5 public int Y {get; set;} 6 public int W {get; set;} 7 public int H {get; set;} 8 9}
cscg24-photoeditorCSCG 2024 Challenge 'PhotoEditor' | |
git clone https://git.sinitax.com/sinitax/cscg24-photoeditor | |
Log | Files | Refs | sfeed.txt |