Device.DrawImage

Device.DrawImage method

変換と背景が割り当てられた画像を描画します。

public virtual void DrawImage(Bitmap image, Matrix transform, Color bkg)
パラメータタイプ説明
imageBitmap描かれるイメージ。
transformMatrix変換。
bkgColor背景色。

関連項目