'Declaration Public Shared Function CreateDrawingGraphicsPath( _
ByVal pathGeometryThe System.Windows.Media.PathGeometry object to convert.As System.Windows.Media.PathGeometry _
) As System.Drawing.Drawing2D.GraphicsPath
public static System.Drawing.Drawing2D.GraphicsPath CreateDrawingGraphicsPath(
System.Windows.Media.PathGeometry pathGeometry
)
public: static System.Drawing.Drawing2D.GraphicsPath CreateDrawingGraphicsPath(
System.Windows.Media.PathGeometry* pathGeometry
)
public:
static System.Drawing.Drawing2D.GraphicsPath CreateDrawingGraphicsPath(
System.Windows.Media.PathGeometry^ pathGeometry
)
Parameters
- pathGeometry
- The System.Windows.Media.PathGeometry object to convert.
Return Value
The System.Drawing.Drawing2D.GraphicsPath object.