Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfRectangle(Double, Double, Double, Double) Constructor

Initializes a new instance of the PdfRectangle class with the specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfRectangle(
    double left,
    double bottom,
    double right,
    double top
)

Parameters

Name Type Description
left Double

Specifies the lower left x-coordinate.

bottom Double

Specifies the lower left y-coordinate.

right Double

Specifies the upper right x-coordinate.

top Double

Specifies the upper right y-coordinate.

See Also