Skip to main content
All docs
V25.1
  • DXRegion.IsVisible(Rectangle) Method

    Gets or sets whether the current region contains the specified rectangle.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public bool IsVisible(
        Rectangle rect
    )

    Parameters

    Name Type Description
    rect Rectangle

    A rectangle to check.

    Returns

    Type Description
    Boolean

    true if the region contains the rectangle; otherwise, false.

    See Also