Creates an IGraphicsPath object from the specified rectangle.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
IGraphicsPath CreatePath ( |
Visual Basic
Copy Code
|
|---|
Function CreatePath( _ |
A Rectangle structure.
An instance of the IGraphicsPath interface.
See Also