In This Topic
Loads another C1Bitmap to the given destination within the image.
Overload List
Overload | Description |
ImportAsFragment(C1Bitmap,Int32,Int32) | Loads another C1Bitmap to the given destination within the image. |
ImportAsFragment(Byte[],ImageRect) | Loads the pixel buffer from a byte array to the given destination within the image. |
ImportAsFragment(IntPtr,ImageRect) | Copies the unmanaged block of memory to the given destination within the image. |
ImportAsFragment(Bitmap,Int32,Int32) | Loads a System.Drawing.Bitmap to the given destination within the image. |
ImportAsFragment(Bitmap1,DeviceContext,RectL,Int32,Int32) | Loads a fragment of the D2D.Bitmap1 to the given destination within the image. |
See Also