Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/09 22:03:41 (15 years ago)
Author:
mstoeger
Message:

Transformations on shapes are possible outside of the Draw method. (#424)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/IShape.cs

    r1234 r1240  
    2525    /// </summary>
    2626    /// <param name="graphics">The Graphics object used to draw the shape</param>
    27     /// <param name="parentViewport">The parent's view port</param>
    28     /// <param name="parentClippingArea">The parent's clipping area</param>
    29     void Draw(Graphics graphics, Rectangle parentViewport, RectangleD parentClippingArea);
     27    void Draw(Graphics graphics);
    3028
    3129    /// <summary>
     
    3331    /// </summary>
    3432    RectangleD BoundingBox { get; }
     33
     34    RectangleD ClippingArea { get; }
     35    Rectangle Viewport { get; }
     36
     37    IShape Parent { get; set; }
    3538  }
    3639}
Note: See TracChangeset for help on using the changeset viewer.