Skip to main content
All docs
V26.1
  • OrientedRectangle Struct

    A rectangle that delimits a page area around a specific document element.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public readonly struct OrientedRectangle

    The following members return OrientedRectangle objects:

    Remarks

    Apart from regular rectangles, an oriented rectangle can be rotated. Its sides follow an element direction instead of page axes. Use an oriented rectangle when you need precise bounds for rotated content.

    See Also