VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf Namespace / WpfObjectConverter Class / CreateWindowsPathGeometry Methods / CreateWindowsPathGeometry(GraphicsPath) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateWindowsPathGeometry(GraphicsPath) Метод (WpfObjectConverter)
    В этом разделе
    Создает объект System.Windows.Media.PathGeometry из объекта System.Drawing.Drawing2D.GraphicsPath.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateWindowsPathGeometry( _
    ByVal path
    Объект System.Drawing.Drawing2D.GraphicsPath для преобразования.
    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
    Объект System.Drawing.Drawing2D.GraphicsPath для преобразования.

    Return Value

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также