'Declaration Public Overloads Shared Function CreateWindowsPathFigures( _
ByVal pathThe IGraphicsPath object to convert.As Vintasoft.Imaging.Drawing.IGraphicsPath _
) As System.Collections.Generic.IEnumerable(Of PathFigure)
public static System.Collections.Generic.IEnumerable<PathFigure> CreateWindowsPathFigures(
Vintasoft.Imaging.Drawing.IGraphicsPath path
)
public: static System.Collections.Generic.IEnumerable<PathFigure*>* CreateWindowsPathFigures(
Vintasoft.Imaging.Drawing.IGraphicsPath* path
)
public:
static System.Collections.Generic.IEnumerable<PathFigure^>^ CreateWindowsPathFigures(
Vintasoft.Imaging.Drawing.IGraphicsPath^ path
)
Parameters
- path
- The IGraphicsPath object to convert.
Return Value
The array of System.Windows.Media.PathFigure objects.