Charting for WinForms Programmer's Guide
GdiGraphics.FillPath Method
See Also
 






Fills the interior of a .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void FillPath (
    Brush brush,
    GraphicsPath path
)

Visual Basic  Copy Code

Public Overridable Sub FillPath( _
    brush As Brush, _
    path As GraphicsPath _
)

 Parameters

brush
A .NET Brush object that determines the characteristics of the fill.
path
A .NET GraphicsPath object that represents the path to fill.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace