WebPlanner Programmer's Guide

GdiGraphics.DrawPath Method

See Also
 


Draws a .NET GraphicsPath object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawPath (
    Pen pen,
    GraphicsPath path
)

Visual Basic  Copy Code

Public Overridable 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