Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1Brush Class / IsVisible Method
The bounds to test.

In This Topic
    IsVisible Method (C1Brush)
    In This Topic
    Tests whether the current brush is visible within the specified bounds.
    Syntax
    'Declaration
     
    Public Overridable Function IsVisible( _
       ByVal bounds As C1.Win.Interop.Rect _
    ) As Boolean
    public virtual bool IsVisible( 
       C1.Win.Interop.Rect bounds
    )

    Parameters

    bounds
    The bounds to test.

    Return Value

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