RectangleD2DFromLTRB(Double, Double, Double, Double) Method |
Creates a rectangle from the left, top, right and bottom coordinate values.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static RectangleD2D FromLTRB(
double ax,
double ay,
double bx,
double by
)
Parameters
- ax Double
- The left x.
- ay Double
- The top y.
- bx Double
- The right x.
- by Double
- The bottom y.
Return Value
RectangleD2DThe created rectangle
See Also