Graphics.DrawIcon

DrawIcon(Icon, int, int)

指定されたIcon指定された座標で.

public void DrawIcon(Icon icon, int x, int y)
パラメータタイプ説明
iconIconIcon描く。
xInt32描画されたイメージの左上隅の x 座標。
yInt32描画されたイメージの左上隅の y 座標。

関連項目


DrawIcon(Icon, Rectangle)

指定されたIconによって指定された領域内Rectangle構造体.

public void DrawIcon(Icon icon, Rectangle targetRect)
パラメータタイプ説明
iconIconIcon描く。
targetRectRectangleRectangle表示面上の結果の画像の位置とサイズを指定する構造体. に含まれる画像iconパラメータは、この長方形領域の寸法にスケーリングされます。

関連項目