source:
trunk/sources/HeuristicLab.Visualization/ICanvas.cs
@
1083
Last change on this file since 1083 was 862, checked in by shofstad, 16 years ago | |
---|---|
File size: 262 bytes |
Rev | Line | |
---|---|---|
[635] | 1 | using System.Drawing; |
2 | ||
3 | namespace HeuristicLab.Visualization { | |
[862] | 4 | /// <summary> |
5 | /// ICanvas Interface | |
6 | /// </summary> | |
[635] | 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.