Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfOrientedRectangle(PdfPoint, Double, Double) Constructor

Initializes a new instance of the PdfOrientedRectangle class with the specified location and size.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfOrientedRectangle(
    PdfPoint topLeft,
    double width,
    double height
)

Parameters

Name Type Description
topLeft PdfPoint

A PdfPoint object that represents the top left corner of the rectangular region.

width Double

A Double value that represents the width of the rectangular region.

height Double

A Double value that represents the height of the rectangular region.

See Also