'Declaration Public Shared Function CreatePathData( _
ByVal pathFiguresThe IGraphicsPath objects used to create GraphicsPathData.As System.Collections.Generic.IEnumerable(Of PathFigure) _
) As Vintasoft.Imaging.Drawing.GraphicsPathData
public static Vintasoft.Imaging.Drawing.GraphicsPathData CreatePathData(
System.Collections.Generic.IEnumerable<PathFigure> pathFigures
)
public: static Vintasoft.Imaging.Drawing.GraphicsPathData* CreatePathData(
System.Collections.Generic.IEnumerable<PathFigure*>* pathFigures
)
public:
static Vintasoft.Imaging.Drawing.GraphicsPathData^ CreatePathData(
System.Collections.Generic.IEnumerable<PathFigure^>^ pathFigures
)
Parameters
- pathFigures
- The IGraphicsPath objects used to create GraphicsPathData.
Return Value
GraphicsPathData object.