GraphicsCache.SetClip(RectangleF, Boolean) Method
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| bounds | RectangleF |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| intersect | Boolean | False |
See Also
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v26.1.dll
public void SetClip(
RectangleF bounds,
bool intersect = false
)
Public Sub SetClip(
bounds As RectangleF,
intersect As Boolean = False
)
| Name | Type |
|---|---|
| bounds | RectangleF |
| Name | Type | Default |
|---|---|---|
| intersect | Boolean | False |