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