Draws an IGraphicsPath object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawPath ( |
Visual Basic
Copy Code
|
|---|
Sub DrawPath( _ |
A Pen object that determines the color, width, and style of the path.
An IGraphicsPath object to draw.
See Also