Skip to main content
All docs
V26.1
  • AdjustRectangle(Single, Single, Single, Single) Constructor

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

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public AdjustRectangle(
        float left,
        float top,
        float right,
        float bottom
    )

    Parameters

    Name Type Description
    left Single

    The left coordinate.

    top Single

    The top coordinate.

    right Single

    The right coordinate.

    bottom Single

    The bottom coordinate.

    See Also