C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1SolidBrush Class / IsVisible Method
The bounds to test.

In This Topic
IsVisible Method (C1SolidBrush)
In This Topic
Tests whether the current brush is visible within the specified bounds.
Syntax
'Declaration
 
Public Overridable Function IsVisible( _
   ByVal bounds As Rect _
) As Boolean
 

Parameters

bounds
The bounds to test.

Return Value

True if the brush is visible, false otherwise.
See Also