PowerTools PlusPak for Windows Forms 8.0J
DrawImage(Image,Int32,Int32) メソッド

描画するImageオブジェクト。
描画するイメージの左上端のx座標。
描画するイメージの左上端のy座標。
元の物理サイズを使用して、指定された場所に指定されたImageオブジェクトを描画します。
構文
Public Overloads Sub DrawImage( _
   ByVal image As Image, _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
public void DrawImage( 
   Image image,
   int x,
   int y
)

パラメータ

image
描画するImageオブジェクト。
x
描画するイメージの左上端のx座標。
y
描画するイメージの左上端のy座標。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback