DXRegion.IsVisible(Rectangle) Method
Gets or sets whether the current region contains the specified rectangle.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | A rectangle to check. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also