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