ImportAsFragment(GcWicBitmap,Int32,Int32) Method
In This Topic
Loads another
GcWicBitmap at the given destination within the image.
Syntax
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal As GcWicBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ImportAsFragment(
GcWicBitmap ,
System.int ,
System.int
)
Parameters
- sourceWicBitmap
- The source GcWicBitmap.
- xDst
- The destination X pixel coordinate within the target bitmap.
- yDst
- The destination Y pixel coordinate within the target bitmap.
See Also