Added scaling, and this is the checkpoint before trying to add arythmetic operations on images
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user