ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / FillRegion Method
A Brush object used to fill the region.
A Region indicate the region which be filled

In This Topic
    FillRegion Method (Graphics)
    In This Topic
    Fill the special region on current Grapchis by using special brush
    Syntax
    'Declaration
     
    
    Public Sub FillRegion( _
       ByVal brush As Brush, _
       ByVal region As Region _
    ) 
    public void FillRegion( 
       Brush brush,
       Region region
    )

    Parameters

    brush
    A Brush object used to fill the region.
    region
    A Region indicate the region which be filled
    Exceptions
    ExceptionDescription
    Defines an exception class to handle the system error.
    See Also