シンタックス
'宣言
Public Overloads Sub ExportFragment( _
ByVal As GcBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Rectangle _
)
public void ExportFragment(
GcBitmap ,
System.int ,
System.int ,
System.Drawing.Rectangle
)
パラメータ
- dstBitmap
- 宛先 GrapeCity.Documents.Imaging.GcBitmap オブジェクト。
- xDst
- 宛先四角形の左上隅の X 座標 (ピクセル単位)。
- yDst
- 宛先四角形の左上隅の Y 座標 (ピクセル単位)。
- srcRect
- 画像内のソース四角形。
参照