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

描画するImageオブジェクト。
描画するイメージの位置とサイズを指定するRectangle構造体。
指定された位置に指定されたサイズで指定されたImageオブジェクトを描画します。
構文
Public Overloads Sub DrawImage( _
   ByVal image As Image, _
   ByVal rectangle As Rectangle _
) 
public void DrawImage( 
   Image image,
   Rectangle rectangle
)

パラメータ

image
描画するImageオブジェクト。
rectangle
描画するイメージの位置とサイズを指定するRectangle構造体。
プラットフォーム

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