|
ScottPlot
|
Describes a rectangle in 2D coordinate space. More...
Public Member Functions | |
| CoordinateRect (CoordinateRange xRange, CoordinateRange yRange) | |
| CoordinateRect (CoordinateRangeMutable xRange, CoordinateRangeMutable yRange) | |
| CoordinateRect (IAxes axes) | |
| CoordinateRect (Coordinates pt1, Coordinates pt2) | |
| CoordinateRect (double left, double right, double bottom, double top) | |
| CoordinateRect (Coordinates point, CoordinateSize size) | |
| bool | Contains (double x, double y) |
| bool | ContainsX (double x) |
| bool | ContainsY (double y) |
| CoordinateRect | Expanded (Coordinates point) |
| bool | Contains (Coordinates point) |
| CoordinateRect | WithTranslation (Coordinates p) |
| override string | ToString () |
| bool | Equals (CoordinateRect other) |
| override bool | Equals (object? obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (CoordinateRect a, CoordinateRect b) |
| static bool | operator!= (CoordinateRect a, CoordinateRect b) |
Properties | |
| double | Left [get, set] |
| double | Right [get, set] |
| double | Bottom [get, set] |
| double | Top [get, set] |
| double | HorizontalCenter [get] |
| double | VerticalCenter [get] |
| Coordinates | Center [get] |
| Coordinates | TopLeft [get] |
| Coordinates | TopRight [get] |
| Coordinates | BottomLeft [get] |
| Coordinates | BottomRight [get] |
| CoordinateRange | XRange [get] |
| CoordinateRange | YRange [get] |
| double | Width [get] |
| double | Height [get] |
| double | Area [get] |
| bool | HasArea [get] |
| bool | IsInvertedX [get] |
| bool | IsInvertedY [get] |
| static CoordinateRect | Empty [get] |
Describes a rectangle in 2D coordinate space.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool ScottPlot.CoordinateRect.Contains | ( | Coordinates | point | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
| CoordinateRect ScottPlot.CoordinateRect.WithTranslation | ( | Coordinates | p | ) |
|
get |
|
getset |
|
get |
|
get |
|
get |
|
staticget |
|
get |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |