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