Public Member Functions | |
RectangleD (double x, double y, double width, double height) | |
Constructor. | |
Properties | |
double | Height |
The rectangle height. | |
double | Width |
The rectangle width. | |
double | X |
The minimum x coordinate of the rectangle. | |
double | Y |
The minimum y coordinate of the rectangle. | |
double | x_ |
double | y_ |
double | width_ |
double | height_ |
TODO: implement more functionality similar to Drawing.RectangleF.
Definition at line 62 of file RectangleD.cs.
|
Constructor.
Definition at line 67 of file RectangleD.cs. |
|
The rectangle height.
Definition at line 79 of file RectangleD.cs. Referenced by NPlot::SequenceAdapter::WriteData(), and NPlot::HorizontalLine::WriteData(). |
|
Definition at line 140 of file RectangleD.cs. Referenced by RectangleD(). |
|
The rectangle width.
Definition at line 94 of file RectangleD.cs. Referenced by NPlot::VerticalLine::WriteData(), and NPlot::SequenceAdapter::WriteData(). |
|
Definition at line 139 of file RectangleD.cs. Referenced by RectangleD(). |
|
The minimum x coordinate of the rectangle.
Definition at line 109 of file RectangleD.cs. Referenced by NPlot::VerticalLine::WriteData(), and NPlot::SequenceAdapter::WriteData(). |
|
Definition at line 137 of file RectangleD.cs. Referenced by RectangleD(). |
|
The minimum y coordinate of the rectangle.
Definition at line 125 of file RectangleD.cs. Referenced by NPlot::SequenceAdapter::WriteData(), and NPlot::HorizontalLine::WriteData(). |
|
Definition at line 138 of file RectangleD.cs. Referenced by RectangleD(). |