IsVisible Method (C1RadialBrush)
Tests whether the current brush is visible within the specified bounds.
'Declaration
Public Overridable Function IsVisible( _
ByVal As C1.Win.Interop.Rect _
) As Boolean
public virtual bool IsVisible(
C1.Win.Interop.Rect
)
Parameters
- bounds
- The bounds to test.
Return Value
True if the brush is visible, false otherwise.