ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Drawing.Rectangle _
    ) As System.Drawing.Brush
    System.Drawing.Brush GetBrush( 
       System.Drawing.Rectangle brushRect
    )

    Parameters

    brushRect
    See Also