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