Overload | Description |
---|---|
ImportAsFragment(GcWicBitmap,Int32,Int32) | Loads another GcWicBitmap at the given destination within the image. |
ImportAsFragment(GcBitmap,Int32,Int32) | Loads a GrapeCity.Documents.Imaging.GcBitmap at the given destination within the image.
If the source image is not opaque, the color channels must be premultiplied with the alpha channel. |
ImportAsFragment(Byte[],Rectangle) | Loads the pixel buffer from a byte array at the given destination within the image. |
ImportAsFragment(IntPtr,Rectangle) | Copies the unmanaged block of memory ato the given destination within the image. |