A one-dimensional range defined by four float points.
More...
|
| RectangleF (float x, float y, float width, float height) |
| Initializes a new instance of the T:Unplugged.Visualization.XForms.RectangleF class. More...
|
|
|
float | X [get] |
| The x-coordinate of the top-left corner. More...
|
|
float | Y [get] |
| The y-coordinate of the top-left corner. More...
|
|
float | Width [get] |
| The width of the rectangle. More...
|
|
float | Height [get] |
| The height of the rectangle. More...
|
|
A one-dimensional range defined by four float points.
Durwella.Unplugged.Viz.RectangleF.RectangleF |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
Initializes a new instance of the T:Unplugged.Visualization.XForms.RectangleF class.
- Parameters
-
x | The x-coordinate of the top-left corner. |
y | The y-coordinate of the top-left corner. |
width | The width. |
height | The height. |
static RectangleF Durwella.Unplugged.Viz.RectangleF.FromLTRB |
( |
float |
left, |
|
|
float |
top, |
|
|
float |
right, |
|
|
float |
bottom |
|
) |
| |
|
static |
Construct a RectangleF using the left, top, right, and bottom positions.
- Returns
- A new RectangleF.
- Parameters
-
left | The x-coordinate of the left side. |
top | The y-coordinate of the top side. |
right | The x-coordinate of the right side. |
bottom | The y-coordinate of the bottom side. |
float Durwella.Unplugged.Viz.RectangleF.Height |
|
get |
The height of the rectangle.
float Durwella.Unplugged.Viz.RectangleF.Width |
|
get |
The width of the rectangle.
float Durwella.Unplugged.Viz.RectangleF.X |
|
get |
The x-coordinate of the top-left corner.
float Durwella.Unplugged.Viz.RectangleF.Y |
|
get |
The y-coordinate of the top-left corner.
The documentation for this class was generated from the following file: