[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.BitmapRenderer.FillPath

FillPath Method

FillPath(GraphicsPath, Color)

Fills a GraphicsPath with a solid color.

Declaration
public void FillPath(GraphicsPath path, Color color)
Parameters
Type Name Description
GraphicsPath path
Color color

FillPath(GraphicsPath, uint)

Fills a GraphicsPath with a solid color.

Declaration
public void FillPath(GraphicsPath path, uint color)
Parameters
Type Name Description
GraphicsPath path
uint color

FillPath(GraphicsPath, Brush)

Fills a GraphicsPath with the given brush.

Declaration
public void FillPath(GraphicsPath path, Brush brush)
Parameters
Type Name Description
GraphicsPath path
Brush brush

FillPath(GraphicsPath, Brush, RectangleF)

Fills a GraphicsPath with the given brush.

Declaration
public void FillPath(GraphicsPath path, Brush brush, RectangleF brushBounds)
Parameters
Type Name Description
GraphicsPath path
Brush brush
RectangleF brushBounds