Charting for WinForms Programmer's Guide
IGraphics.DrawPath Method
See Also
 






Draws a .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawPath (
    Pen pen,
    GraphicsPath path
)

Visual Basic  Copy Code

Sub DrawPath( _
    pen As Pen, _
    path As GraphicsPath _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the path.
path
A .NET GraphicsPath object to draw.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace