VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / VintasoftImageConverter Class / FromBitmapSource(BitmapSource) Method
Syntax Requirements SeeAlso
In This Topic
    FromBitmapSource(BitmapSource) Method (VintasoftImageConverter)
    In This Topic
    Converts the System.Windows.Media.Imaging.BitmapSource object to the VintasoftImage object.
    Syntax
    'Declaration
    
    Public Shared Function FromBitmapSource( _
    ByVal source
    The System.Windows.Media.Imaging.BitmapSource object to convert.
    As System.Windows.Media.Imaging.BitmapSource _
    ) As Vintasoft.Imaging.VintasoftImage
    public static Vintasoft.Imaging.VintasoftImage FromBitmapSource(
    System.Windows.Media.Imaging.BitmapSource source
    )
    public: static Vintasoft.Imaging.VintasoftImage* FromBitmapSource(
    System.Windows.Media.Imaging.BitmapSource source
    )
    public:
    static Vintasoft.Imaging.VintasoftImage^ FromBitmapSource(
    System.Windows.Media.Imaging.BitmapSource source
    )

    Parameters

    source
    The System.Windows.Media.Imaging.BitmapSource object to convert.

    Return Value

    The VintasoftImage object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also