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 As C1Bitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ImportAsFragment(
C1Bitmap ,
System.int ,
System.int
)
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