DioDocs for PDF
ImportAsFragment(GcBitmap,Int32,Int32) メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > ImportAsFragment メソッド : ImportAsFragment(GcBitmap,Int32,Int32) メソッド
The source GrapeCity.Documents.Imaging.GcBitmap.
The destination X pixel coordinate within the target bitmap.
The destination Y pixel coordinate within the target bitmap.
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 sourceBitmap As GcBitmap, _
   ByVal xDst As System.Integer, _
   ByVal yDst As System.Integer _
) 
public void ImportAsFragment( 
   GcBitmap sourceBitmap,
   System.int xDst,
   System.int yDst
)

パラメータ

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.
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧
ConvertToPremultipliedAlpha メソッド