C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ImportAsFragment Method / ImportAsFragment(C1Bitmap,Int32,Int32) Method
The source bitmap.
The destination X pixel coordinate within the target bitmap.
The destination Y pixel coordinate within the target bitmap.

In This Topic
ImportAsFragment(C1Bitmap,Int32,Int32) Method
In This Topic
Loads another C1Bitmap to the given destination within the image.
Syntax
'Declaration
 
Public Overloads Sub ImportAsFragment( _
   ByVal bitmap As C1Bitmap, _
   ByVal dstX As System.Integer, _
   ByVal dstY As System.Integer _
) 
 

Parameters

bitmap
The source bitmap.
dstX
The destination X pixel coordinate within the target bitmap.
dstY
The destination Y pixel coordinate within the target bitmap.
See Also