|
| double | X [get, set] |
| |
| double | Y [get, set] |
| |
| double | W [get, set] |
| |
| double | H [get, set] |
| |
Definition at line 582 of file Bio.cs.
◆ RectangleD()
| BioCore.RectangleD.RectangleD |
( |
double |
X, |
|
|
double |
Y, |
|
|
double |
W, |
|
|
double |
H |
|
) |
| |
◆ IntersectsWith() [1/3]
| bool BioCore.RectangleD.IntersectsWith |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
If the point is within the rectangle, return true. Otherwise, return false
- Parameters
-
| x | The x coordinate of the point to check |
| y | The y coordinate of the point to test. |
- Returns
- A boolean value.
Definition at line 628 of file Bio.cs.
◆ IntersectsWith() [2/3]
| bool BioCore.RectangleD.IntersectsWith |
( |
PointD |
p | ) |
|
◆ IntersectsWith() [3/3]
| bool BioCore.RectangleD.IntersectsWith |
( |
RectangleD |
p | ) |
|
If any of the four corners of the rectangle are inside the polygon, then the rectangle intersects with the polygon
- Parameters
-
| RectangleD | The rectangle to check for intersection with. |
- Returns
- A boolean value.
Definition at line 611 of file Bio.cs.
◆ ToRectangleF()
| RectangleF BioCore.RectangleD.ToRectangleF |
( |
| ) |
|
◆ ToRectangleInt()
| System.Drawing.Rectangle BioCore.RectangleD.ToRectangleInt |
( |
| ) |
|
◆ ToString()
| override string BioCore.RectangleD.ToString |
( |
| ) |
|
| double BioCore.RectangleD.H |
|
getset |
| double BioCore.RectangleD.W |
|
getset |
| double BioCore.RectangleD.X |
|
getset |
| double BioCore.RectangleD.Y |
|
getset |
The documentation for this struct was generated from the following file: