Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/21/15 14:18:31 (8 years ago)
Author:
jkarder
Message:

#1265: merged changes from abeham

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/Primitives/Rectangle.cs

    r12536 r13045  
    2727      : base(chart, lowerLeft, upperRight) {
    2828    }
    29     public Rectangle(IChart chart, double x1, double y1, double x2, double y2)
    30       : this(chart, new PointD(x1, y1), new PointD(x2, y2)) {
    31     }
    3229    public Rectangle(IChart chart, PointD lowerLeft, PointD upperRight, Pen pen, Brush brush)
    3330      : base(chart, lowerLeft, upperRight, pen, brush) {
    34     }
    35     public Rectangle(IChart chart, double x1, double y1, double x2, double y2, Pen pen, Brush brush)
    36       : this(chart, new PointD(x1, y1), new PointD(x2, y2), pen, brush) {
    3731    }
    3832
Note: See TracChangeset for help on using the changeset viewer.