Add scaling to PlantSchemeWindow
Test / Run tests (push) Successful in 13s

This commit is contained in:
2026-08-14 09:59:16 +02:00
parent 2dee3a9ae9
commit f251994c25
24 changed files with 789 additions and 566 deletions
@@ -14,6 +14,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
public double FlowLength { get; }
public void Draw(Canvas canvas);
public void Scale(double scale);
public void Update();
}
}