ImportAsFragment(GcBitmap,Int32,Int32) Method
In This Topic
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.
Syntax
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal As GcBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ImportAsFragment(
GcBitmap ,
System.int ,
System.int
)
Parameters
- sourceBitmap
- The source GrapeCity.Documents.Imaging.GcBitmap.
- xDst
- The destination X pixel coordinate within the target bitmap.
- yDst
- The destination Y pixel coordinate within the target bitmap.
See Also