Example #1
0
 public Form1()
 {
     InitializeComponent();
     outputPanel = new OutputPanel(new PaintToolsCollection());
     DrawPanel.Controls.Add(outputPanel);
     outputPanel.Width  = DrawPanel.Width;
     outputPanel.Height = DrawPanel.Height;
     outputPanel.Add(new EmptyTool());
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     outputPanel = new OutputPanel(new PaintToolsCollection());
     DrawPanel.Controls.Add(outputPanel);
     outputPanel.Width = DrawPanel.Width;
     outputPanel.Height = DrawPanel.Height;
     outputPanel.Add(new EmptyTool());
 }