Skip to main content
All docs
V23.2

DXRegion.IsVisible(Rectangle) Method

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.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