PsDocument.DrawImage

DrawImage(Bitmap)

画像を描画します。

public void DrawImage(Bitmap image)
パラメータタイプ説明
imageBitmap描くイメージ。

関連項目


DrawImage(Bitmap, Matrix, Color)

変換された画像を背景付きで描画します。

public void DrawImage(Bitmap image, Matrix transform, Color bkg)
パラメータタイプ説明
imageBitmap描くイメージ。
transformMatrix画像を変換する行列。
bkgColor画像の背景。

関連項目