Added scaling, and this is the checkpoint before trying to add arythmetic operations on images

This commit is contained in:
2022-09-28 13:52:14 +02:00
parent d90b9d40ef
commit 25fc4df156
4 changed files with 250 additions and 0 deletions
+3
View File
@@ -23,8 +23,11 @@ namespace AgraV2
}
public override void populatePannel()
{
base.populatePannel();
Label label = new Label();
label.Text = "Radius : ";
label.BackColor = Color.Transparent;
NumericUpDown nup = new NumericUpDown();
nup.Minimum = 1;