PdfOrientedRectangle(PdfPoint, Double, Double, Double) Constructor
In This Article
Initializes a new instance of the PdfOrientedRectangle class with the specified location, size, and angle.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfOrientedRectangle(
PdfPoint topLeft,
double width,
double height,
double angle
)
#Parameters
Name | Type | Description |
---|---|---|
top |
Pdf |
A Pdf |
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