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

In This Topic
FillPath(GraphicsPath,UInt32) Method
In This Topic
Fills a GraphicsPath with a solid color.
Syntax
'Declaration
 
Public Overloads Sub FillPath( _
   ByVal path As GraphicsPath, _
   ByVal color As System.UInteger _
) 
 

Parameters

path
color
See Also