IsVisible Method (C1GradientBrush)
In This Topic
Tests whether the current brush is visible within the specified bounds.
Syntax
'Declaration
Public Overridable Function IsVisible( _
ByVal As Rect _
) As Boolean
public virtual bool IsVisible(
Rect
)
Parameters
- bounds
- The bounds to test.
Return Value
True if the brush is visible, false otherwise.
See Also