NPlot::RectangleD Struct Reference

Stores a set of four double numbers that represent the location and size of a rectangle. More...

List of all members.

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_


Detailed Description

Stores a set of four double numbers that represent the location and size of a rectangle.

TODO: implement more functionality similar to Drawing.RectangleF.

Definition at line 62 of file RectangleD.cs.


Constructor & Destructor Documentation

NPlot::RectangleD::RectangleD double  x,
double  y,
double  width,
double  height
[inline]
 

Constructor.

Definition at line 67 of file RectangleD.cs.

References height_, width_, x_, and y_.


Property Documentation

double NPlot::RectangleD::Height [get, set]
 

The rectangle height.

Definition at line 79 of file RectangleD.cs.

Referenced by NPlot::SequenceAdapter::WriteData(), and NPlot::HorizontalLine::WriteData().

double NPlot::RectangleD::height_ [private]
 

Definition at line 140 of file RectangleD.cs.

Referenced by RectangleD().

double NPlot::RectangleD::Width [get, set]
 

The rectangle width.

Definition at line 94 of file RectangleD.cs.

Referenced by NPlot::VerticalLine::WriteData(), and NPlot::SequenceAdapter::WriteData().

double NPlot::RectangleD::width_ [private]
 

Definition at line 139 of file RectangleD.cs.

Referenced by RectangleD().

double NPlot::RectangleD::X [get, set]
 

The minimum x coordinate of the rectangle.

Definition at line 109 of file RectangleD.cs.

Referenced by NPlot::VerticalLine::WriteData(), and NPlot::SequenceAdapter::WriteData().

double NPlot::RectangleD::x_ [private]
 

Definition at line 137 of file RectangleD.cs.

Referenced by RectangleD().

double NPlot::RectangleD::Y [get, set]
 

The minimum y coordinate of the rectangle.

Definition at line 125 of file RectangleD.cs.

Referenced by NPlot::SequenceAdapter::WriteData(), and NPlot::HorizontalLine::WriteData().

double NPlot::RectangleD::y_ [private]
 

Definition at line 138 of file RectangleD.cs.

Referenced by RectangleD().


The documentation for this struct was generated from the following file:
Generated on Sat Nov 5 01:04:09 2005 for NPlot by  doxygen 1.4.5