Skip to main content
All docs
V26.1
  • OrientedRectangle(PointF, Single, Single, Double) Constructor

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

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public OrientedRectangle(
        PointF location,
        float width,
        float height,
        double angleDegrees = 0
    )

    Parameters

    Name Type
    location PointF
    width Single
    height Single

    Optional Parameters

    Name Type Default
    angleDegrees Double 0
    See Also