Creates an IGraphicsPath object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
IGraphicsPath CreatePath () |
Visual Basic
Copy Code
|
|---|
Function CreatePath () As IGraphicsPath |
An instance of the IGraphicsPath interface.
See Also