Skip to main content
All docs
V25.1
  • AdjustRectangle(AdjustCoordinate, AdjustCoordinate, AdjustCoordinate, AdjustCoordinate) Constructor

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

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

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

    Parameters

    Name Type
    left AdjustCoordinate
    top AdjustCoordinate
    right AdjustCoordinate
    bottom AdjustCoordinate
    See Also