PowerTools ActiveReports for .NET 9.0J
Draw(Graphics,RectangleF,Single,Single,Boolean) メソッド

ページの内容を表示するGraphicsオブジェクト。
ページの内容を拡大/縮小して表示するGraphicsオブジェクト上の矩形。System.Drawing.RectangleF。
水平方向の拡大率。1.0が等倍です。
水直方向の拡大率。1.0が等倍です。
描画するgraphicsオブジェクトの種類に応じて切り替えます。PrintDocumentなど印刷に使われるgraphicsオブジェクトの場合、Trueをセットします。
サンプル(レポートの拡大/縮小)で使用しています。
構文
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As Graphics, _
   ByVal bounds As RectangleF, _
   ByVal scaleFactorX As Single, _
   ByVal scaleFactorY As Single, _
   ByVal printing As Boolean _
) 
public void Draw( 
   Graphics graphics,
   RectangleF bounds,
   float scaleFactorX,
   float scaleFactorY,
   bool printing
)

パラメータ

graphics
ページの内容を表示するGraphicsオブジェクト。
bounds
ページの内容を拡大/縮小して表示するGraphicsオブジェクト上の矩形。System.Drawing.RectangleF。
scaleFactorX
水平方向の拡大率。1.0が等倍です。
scaleFactorY
水直方向の拡大率。1.0が等倍です。
printing
描画するgraphicsオブジェクトの種類に応じて切り替えます。PrintDocumentなど印刷に使われるgraphicsオブジェクトの場合、Trueをセットします。
参照

関連項目

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

 

 


©2003-2015 GrapeCity inc. All rights reserved.