GrapeCity PlusPak for Windows Forms 10.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構造体。
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.