VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf Namespace / WpfObjectConverter Class / CreateWindowsPathFigures Methods / CreateWindowsPathFigures(GraphicsPath) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateWindowsPathFigures(GraphicsPath) Метод (WpfObjectConverter)
    В этом разделе
    Создает массив, содержащий объекты System.Windows.Media.PathFigure из объекта System.Drawing.Drawing2D.GraphicsPath.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateWindowsPathFigures( _
    ByVal path
    Объект System.Drawing.Drawing2D.GraphicsPath для преобразования.
    As System.Drawing.Drawing2D.GraphicsPath _
    ) As System.Collections.Generic.IEnumerable(Of PathFigure)
    public static System.Collections.Generic.IEnumerable<PathFigure> CreateWindowsPathFigures(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    public: static System.Collections.Generic.IEnumerable<PathFigure*>* CreateWindowsPathFigures(
    System.Drawing.Drawing2D.GraphicsPath path
    )
    public:
    static System.Collections.Generic.IEnumerable<PathFigure^>^ CreateWindowsPathFigures(
    System.Drawing.Drawing2D.GraphicsPath path
    )

    Parameters

    path
    Объект System.Drawing.Drawing2D.GraphicsPath для преобразования.

    Return Value

    Массив объектов System.Windows.Media.PathFigure.
    Требования

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

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