Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / FillRegion Method / FillRegion(Region,Brush,RectangleF) Method

In This Topic
    FillRegion(Region,Brush,RectangleF) Method
    In This Topic
    Fills a Region with the given brush.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRegion( _
       ByVal region As Region, _
       ByVal brush As Brush, _
       ByVal brushBounds As System.Drawing.RectangleF _
    ) 
    public void FillRegion( 
       Region region,
       Brush brush,
       System.Drawing.RectangleF brushBounds
    )

    Parameters

    region
    brush
    brushBounds
    See Also