Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/16 14:35:31 (8 years ago)
Author:
jkarder
Message:

#1265: worked on visualization

  • brought back support for SnapToGrid methods
  • updated license headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/Interfaces/IPrimitive.cs

    r13717 r13753  
    2525
    2626namespace HeuristicLab.Visualization {
    27   public interface IPrimitive {
     27  public interface IPrimitive : IDrawable {
    2828    Pen Pen { get; set; }
    2929    Brush Brush { get; set; }
     
    4141    Cursor GetCursor(PointD point);
    4242    string GetToolTipText(PointD point);
    43 
    44     void PreDraw(Graphics graphics);
    45     void Draw(Graphics graphics);
    46     void PostDraw(Graphics graphics);
    47 
    48     event EventHandler RedrawRequired;
    4943  }
    5044}
Note: See TracChangeset for help on using the changeset viewer.