DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / FillPath Method / FillPath(GraphicsPath,Brush) Method

In This Topic
FillPath(GraphicsPath,Brush) Method
In This Topic
Fills a GraphicsPath with the given brush.
Syntax
'Declaration
 
Public Overloads Sub FillPath( _
   ByVal path As GraphicsPath, _
   ByVal brush As Brush _
) 
 

Parameters

path
brush
See Also