Click or drag to resize

RectangleD2DFromLTRB(PointD2D, PointD2D) Method

Creates a rectangle from the left, top, right and bottom coordinate values.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static RectangleD2D FromLTRB(
	PointD2D a,
	PointD2D b
)

Parameters

a  PointD2D
Left(x)-top(y) point.
b  PointD2D
Right(x)-bottom(y) point.

Return Value

RectangleD2D
The created rectangle.
See Also