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