VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf Namespace / VintasoftImageConverter Class / ToBitmapSource(VintasoftImage) Method
Синтаксис Требования Смотрите также
В этом разделе
    ToBitmapSource(VintasoftImage) Метод (VintasoftImageConverter)
    В этом разделе
    Преобразует объект VintasoftImage в объект System.Windows.Media.Imaging.BitmapSource.
    Синтаксис
    'Declaration
    
    Public Shared Function ToBitmapSource( _
    ByVal image
    Объект VintasoftImage для преобразования.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Windows.Media.Imaging.BitmapSource
    public static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
    Vintasoft.Imaging.VintasoftImage image
    )
    public: static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    Объект VintasoftImage для преобразования.

    Return Value

    Объект System.Windows.Media.Imaging.BitmapSource.
    Требования

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

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