RectangleShapeFromLTRB Method |
Creates a rectangle shape from left, top, right, and bottom coordinates.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static RectangleShape FromLTRB(
double left,
double top,
double right,
double bottom,
IReadOnlyPropertyBag context
)
Parameters
- left Double
- The left coordinate.
- top Double
- The top coordinate.
- right Double
- The right coordinate.
- bottom Double
- The bottom coordinate.
- context IReadOnlyPropertyBag
- The property context.
Return Value
RectangleShapeA rectangle shape created from the specified coordinates.
See Also