Click or drag to resize

RectangleShapeFromLTRB Method

Creates a rectangle shape from left, top, right, and bottom coordinates.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

RectangleShape
A rectangle shape created from the specified coordinates.
See Also