| 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(IntPtr,Int32,Int32,PixelFormat) | Loads the image from the unmanaged block of memory pointed by IntPtr. |
| Import(SoftwareBitmap) | Loads the image from a SoftwareBitmap. |
| Import(WriteableBitmap) | Loads the image from a WriteableBitmap. |
| 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. |