ComponentOne Document Library for WPF
IsVisible Method

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > C1Brush Class : IsVisible Method
The bounds to test.
Tests whether the current brush is visible within the specified bounds.
Syntax
'Declaration
 
Public Overridable Function IsVisible( _
   ByVal bounds As System.Windows.Rect _
) As System.Boolean
public virtual System.bool IsVisible( 
   System.Windows.Rect bounds
)

Parameters

bounds
The bounds to test.

Return Value

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

Reference

C1Brush Class
C1Brush Members