RectangleD2DFromLTRB(PointD2D, PointD2D) Method | 
            Creates a rectangle from the left, top, right and bottom coordinate values.
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static RectangleD2D FromLTRB(
	PointD2D a,
	PointD2D b
)
Parameters
- a  PointD2D
 - Left(x)-top(y) point.
 - b  PointD2D
 - Right(x)-bottom(y) point.
 
Return Value
RectangleD2DThe created rectangle.
See Also