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.
シンタックス
'宣言
Public Overloads Sub ImportAsFragment( _
ByVal As GcBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ImportAsFragment(
GcBitmap ,
System.int ,
System.int
)
パラメータ
- 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.
参照