Overload | Description |
---|---|
Import(GcWicBitmap) | Loads the image from another instance of GcWicBitmap. |
Import(GcBitmap) | Loads the image from an instance of the GrapeCity.Documents.Imaging.GcBitmap class.
If the source image is not opaque, the color channels must be premultiplied with the alpha channel. |
Import(Byte[],Int32,Int32,WicPixelFormat) | Loads the image from a byte array containing the pixels buffer. |
Import(Byte[],Int32,Int32,Int32,WicPixelFormat) | Loads the image from a byte array containing the pixels buffer with specified stride (bytes per row of pixels). |
Import(IntPtr,Int32,Int32,WicPixelFormat) | Loads the image from the unmanaged block of memory pointed by IntPtr. |
Import(IntPtr,Int32,Int32,Int32,WicPixelFormat) | Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels). |