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/FileFormats/PHZFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PHZFile.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/UVtools.Core/FileFormats/PHZFile.cs b/UVtools.Core/FileFormats/PHZFile.cs
index 0eaab9c..54bb5f9 100644
--- a/UVtools.Core/FileFormats/PHZFile.cs
+++ b/UVtools.Core/FileFormats/PHZFile.cs
@@ -724,6 +724,19 @@ namespace UVtools.Core.FileFormats
set => HeaderSettings.ResolutionY = value;
}
+ public override float DisplayWidth
+ {
+ get => HeaderSettings.BedSizeX;
+ set => HeaderSettings.BedSizeX = value;
+ }
+
+
+ public override float DisplayHeight
+ {
+ get => HeaderSettings.BedSizeY;
+ set => HeaderSettings.BedSizeY = value;
+ }
+
public override byte AntiAliasing => (byte) HeaderSettings.AntiAliasLevelInfo;
public override float LayerHeight