In This Topic
Loads the image from another instance of C1Bitmap.
Overload List
Overload | Description |
Import(C1Bitmap) | Loads the image from another instance of C1Bitmap. |
Import(Byte[],Int32,Int32,PixelFormat) | Loads the image from a byte array containing the pixels buffer. |
Import(Byte[],Int32,Int32,Int32,PixelFormat) | Loads the image from a byte array containing the pixels buffer with specified stride (bytes per row of pixels). |
Import(IntPtr,Int32,Int32,PixelFormat) | Loads the image from a unmanaged block of memory pointed by IntPtr. |
Import(IntPtr,Int32,Int32,Int32,PixelFormat) | Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels). |
Import(Bitmap) | Loads the image from a System.Drawing.Bitmap. |
Import(Bitmap1) | Loads the image from a D2D.Bitmap1 (created with D2D.BitmapOptions.CpuRead). |
Import(Bitmap1,DeviceContext,RectL) | Loads the image from a D2D.Bitmap1. |
See Also