ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / C1Bitmap Constructor / C1Bitmap Constructor(BitmapImage)
The Windows.UI.Xaml.Media.Imaging.BitmapImage that will be copied into this new C1Bitmap.

In This Topic
    C1Bitmap Constructor(BitmapImage)
    In This Topic
    Initializes a new C1Bitmap with the contents of another Windows.UI.Xaml.Media.Imaging.BitmapImage.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal imageSource As Windows.UI.Xaml.Media.Imaging.BitmapImage _
    )
    public C1Bitmap( 
       Windows.UI.Xaml.Media.Imaging.BitmapImage imageSource
    )

    Parameters

    imageSource
    The Windows.UI.Xaml.Media.Imaging.BitmapImage that will be copied into this new C1Bitmap.
    See Also