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

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

パラメータ

image
描画するImageオブジェクト。
point
描画するイメージの左上端の位置を表すPoint構造体。
プラットフォーム

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