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

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > ExportFragment メソッド : ExportFragment(GcBitmap,Int32,Int32,Rectangle) メソッド
The destination GrapeCity.Documents.Imaging.GcBitmap object.
The x-coordinate, in pixels, of the upper-left corner of the destination rectangle.
The y-coordinate, in pixels, of the upper-left corner of the destination rectangle.
The source rectangle within the image.
Copies a fragment of the image to the specified GrapeCity.Documents.Imaging.GcBitmap object.
シンタックス
'宣言
 
Public Overloads Sub ExportFragment( _
   ByVal dstBitmap As GcBitmap, _
   ByVal xDst As System.Integer, _
   ByVal yDst As System.Integer, _
   ByVal srcRect As System.Drawing.Rectangle _
) 
public void ExportFragment( 
   GcBitmap dstBitmap,
   System.int xDst,
   System.int yDst,
   System.Drawing.Rectangle srcRect
)

パラメータ

dstBitmap
The destination GrapeCity.Documents.Imaging.GcBitmap object.
xDst
The x-coordinate, in pixels, of the upper-left corner of the destination rectangle.
yDst
The y-coordinate, in pixels, of the upper-left corner of the destination rectangle.
srcRect
The source rectangle within the image.
参照

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