Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/09 20:10:48 (15 years ago)
Author:
dwagner
Message:

Changed Behaviour of Single value lines; They are now shown without bounds.
OptionsDialog now modifies the model and not the view; (#501 and #502)

File:
1 edited

Legend:

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

    r1240 r1242  
    3232    public RectangleD BoundingBox {
    3333      get { return boundingBox; }
     34      set { boundingBox = value; }
    3435    }
    3536
     
    7172    /// </summary>
    7273    /// <param name="graphics">graphics handle to draw to</param>
    73     public void Draw(Graphics graphics) {
     74    public virtual void Draw(Graphics graphics) {
    7475      Rectangle screenRect = Transform.ToScreen(boundingBox, Parent.Viewport, Parent.ClippingArea);
    7576
Note: See TracChangeset for help on using the changeset viewer.