PowerTools ActiveReports for .NET 11.0J
DrawImage(ImageEx,Single,Single) メソッド

描画する画像。
描画した画像の左上隅のx座標。
描画した画像の左上隅のy座標。
指定した位置に、指定したImageオブジェクトを元の物理サイズで描画します。
構文
'宣言
 
Overloads Sub DrawImage( _
   ByVal image As ImageEx, _
   ByVal x As Single, _
   ByVal y As Single _
) 
void DrawImage( 
   ImageEx image,
   float x,
   float y
)

パラメータ

image
描画する画像。
x
描画した画像の左上隅のx座標。
y
描画した画像の左上隅のy座標。
参照

関連項目

IDrawingCanvas インターフェース
IDrawingCanvas メンバ
オーバーロード一覧

 

 


©2003-2017 GrapeCity inc. All rights reserved.