ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF.BitmapSourceConversion Namespace / ImGearBitmapSourceConverter Class / ImGearPageFromBitmapSource Method
System.Windows.Media.Imaging.BitmapSource object to be converted.




In This Topic
    ImGearPageFromBitmapSource Method
    In This Topic
    Converts System.Windows.Media.Imaging.BitmapSource to ImageGear.Core.ImGearPage.
    Syntax
    'Declaration
     
    Public Function ImGearPageFromBitmapSource( _
       ByVal bitmapSource As BitmapSource _
    ) As ImGearPage
    'Usage
     
    Dim instance As ImGearBitmapSourceConverter
    Dim bitmapSource As BitmapSource
    Dim value As ImGearPage
     
    value = instance.ImGearPageFromBitmapSource(bitmapSource)
    public ImGearPage ImGearPageFromBitmapSource( 
       BitmapSource bitmapSource
    )
    public: ImGearPage* ImGearPageFromBitmapSource( 
       BitmapSource* bitmapSource
    ) 
    public:
    ImGearPage^ ImGearPageFromBitmapSource( 
       BitmapSource^ bitmapSource
    ) 

    Parameters

    bitmapSource
    System.Windows.Media.Imaging.BitmapSource object to be converted.

    Return Value

    See Also