ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 a byte array containing the pixels buffer with specified stride (bytes per row of pixels).  
    Loads the image from a unmanaged block of memory pointed by IntPtr.  
    Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels).  
    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