Graphics.DrawIconUnstretched

Graphics.DrawIconUnstretched method

指定されたIcon画像をスケーリングせずに.

public void DrawIconUnstretched(Icon icon, Rectangle targetRect)
パラメータタイプ説明
iconIconIcon描く。
targetRectRectangleRectangle結果の画像の位置とサイズを指定する構造体. 画像はこの四角形に合わせてスケーリングされませんが、元のサイズは保持されます。画像が四角形よりも大きい場合、 内に収まるように切り取られます。

関連項目