Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/PixelEditor/PixelOperation.cs')
-rw-r--r--UVtools.Core/PixelEditor/PixelOperation.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/UVtools.Core/PixelEditor/PixelOperation.cs b/UVtools.Core/PixelEditor/PixelOperation.cs
index 21154d7..5173ba2 100644
--- a/UVtools.Core/PixelEditor/PixelOperation.cs
+++ b/UVtools.Core/PixelEditor/PixelOperation.cs
@@ -23,6 +23,8 @@ namespace UVtools.Core.PixelEditor
public Point Location { get; }
+ public Size Size { get; private protected set; } = Size.Empty;
+
public PixelOperation(PixelOperationType operationType, uint layerIndex, Point location)
{