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

PdfOrientedRectangle(PdfPoint, Double, Double, Double) Constructor

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

Namespace: DevExpress.Pdf

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

Declaration

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

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 specifies the width of the rectangular region.

height Double

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

angle Double

A Double value that specifies the rotation angle of the rectangle (in radians). A positive value indicates counterclockwise rotation; a negative value indicates clockwise rotation.

See Also