ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Import Method

In This Topic
    Import Method
    In This Topic
    Loads the image from another instance of C1Bitmap.
    Overload List
    OverloadDescription
    Loads the image from another instance of C1Bitmap.  
    Loads the image from a byte array containing the pixels buffer.  
    Loads the image from the unmanaged block of memory pointed by IntPtr.  
    Loads the image from a SoftwareBitmap.  
    Loads the image from a WriteableBitmap.  
    Loads the image from a D2D.Bitmap1 (created with D2D.BitmapOptions.CpuRead).  
    Loads the image from a D2D.Bitmap1.  
    See Also