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