Changeset 7769
- Timestamp:
- 04/30/12 01:01:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views/3.3/QAPVisualizationControl.cs
r7416 r7769 308 308 using (Graphics graphics = Graphics.FromImage(newBitmap)) { 309 309 graphics.Clear(Color.White); 310 graphics.DrawString("Showing locations spaced out according to their distances", Font, Brushes.Black, 5, 2);310 graphics.DrawString("Showing locations layed out according to their distances", Font, Brushes.Black, 5, 2); 311 311 312 312 for (int i = 0; i < coordinates.Rows - 1; i++) { … … 402 402 using (Graphics graphics = Graphics.FromImage(newBitmap)) { 403 403 graphics.Clear(Color.White); 404 graphics.DrawString("Showing facilities spaced out according to their weights", Font, Brushes.Black, 5, 2);404 graphics.DrawString("Showing facilities layed out according to their weights", Font, Brushes.Black, 5, 2); 405 405 406 406 for (int i = 0; i < coordinates.Rows - 1; i++) {
Note: See TracChangeset
for help on using the changeset viewer.