PowerTools ActiveReports for .NET 9.0J
DrawImage(Image,Single,Single,Single,Single,String,String) メソッド

ページ上に描画するSystem.Drawing.Image。
画像の左端の座標(インチ単位)。

画像の上端の座標(インチ単位)。

画像の幅(インチ単位)。
画像の高さ(インチ単位)。
画像のタイトル。
画像の説明。
指定した画像を指定した座標に描画します。
構文
'宣言
 
Public Overloads Sub DrawImage( _
   ByVal image As Image, _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal title As String, _
   ByVal description As String _
) 
public void DrawImage( 
   Image image,
   float left,
   float top,
   float width,
   float height,
   string title,
   string description
)

パラメータ

image
ページ上に描画するSystem.Drawing.Image。
left
画像の左端の座標(インチ単位)。
top

画像の上端の座標(インチ単位)。

width
画像の幅(インチ単位)。
height
画像の高さ(インチ単位)。
title
画像のタイトル。
description
画像の説明。
参照

関連項目

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

 

 


©2003-2015 GrapeCity inc. All rights reserved.