[]
        
(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)
Public Sub FillPath(path As GraphicsPath, color As 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)
Public Sub FillPath(path As GraphicsPath, color As UInteger)
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)
Public Sub FillPath(path As GraphicsPath, brush As 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)
Public Sub FillPath(path As GraphicsPath, brush As Brush, brushBounds As RectangleF)
Parameters
Type Name Description
GraphicsPath path
Brush brush
RectangleF brushBounds