[]
Tests whether the current brush is visible within the specified bounds.
public virtual bool IsVisible(Rect bounds)
Public Overridable Function IsVisible(bounds As Rect) As Boolean
| Type | Name | Description |
|---|---|---|
| Rect | bounds | The bounds to test. |
| Type | Description |
|---|---|
| bool | True if the brush is visible, false otherwise. |