Changeset 7617
- Timestamp:
- 03/15/12 12:24:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/ChartControl.cs
r4776 r7617 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.ComponentModel;25 24 using System.Drawing; 26 25 using System.Drawing.Drawing2D; 27 using System.Data;28 using System.Text;29 26 using System.Windows.Forms; 30 27 … … 207 204 } 208 205 } 206 if (pictureBox.Image != null) pictureBox.Image.Dispose(); 209 207 pictureBox.Image = bitmap; 210 208 renderingRequired = false;
Note: See TracChangeset
for help on using the changeset viewer.