InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / IBrushProvider Interface / GetBrush Method

In This Topic
    GetBrush Method (IBrushProvider)
    In This Topic
    Returns a brush for the specified rectangle.
    Syntax
    'Declaration
     
    Function GetBrush( _
       ByVal brushRect As Rectangle _
    ) As Brush
    Brush GetBrush( 
       Rectangle brushRect
    )

    Parameters

    brushRect
    See Also