source:
trunk/sources/HeuristicLab.Visualization/ICanvas.cs
@
1195
Last change on this file since 1195 was 862, checked in by shofstad, 16 years ago | |
---|---|
File size: 262 bytes |
Line | |
---|---|
1 | using System.Drawing; |
2 | |
3 | namespace HeuristicLab.Visualization { |
4 | /// <summary> |
5 | /// ICanvas Interface |
6 | /// </summary> |
7 | public interface ICanvas { |
8 | void Draw(Graphics graphics, Rectangle viewport); |
9 | WorldShape WorldShape { get; set; } |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.