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