Search
IGraphics.DrawPath Method
See Also
 





Draws an IGraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawPath (
    Pen pen,
    IGraphicsPath path
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also