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