Document Solutions for Imaging
GrapeCity.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 _
    ) 
    public void FillPath( 
       GraphicsPath path,
       System.uint color
    )

    Parameters

    path
    color
    See Also