C1.Win.Bitmap.4.8 Assembly / C1.Win.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 System.Drawing.Bitmap.  
Loads the image from a D2D.Bitmap1 (created with D2D.BitmapOptions.CpuRead).  
Loads the image from a D2D.Bitmap1.  
See Also