Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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