XRectFromLTRB Method Terminal Works - PDF Printing.Net Library
Creates a rectangle from for straight lines.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public static XRect FromLTRB(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
top
Type: SystemDouble
right
Type: SystemDouble
bottom
Type: SystemDouble

Return Value

Type: XRect
See Also

Reference