PowerTools SPREAD for ASP.NET 8.0J
DrawBackgroundImage メソッド

PDFグラフィックデバイス
印刷するセルの境界矩形
外観設定
セルがロックされているかどうか
背景画像をPDFに描画します。
構文
'Declaration
 
Protected Function DrawBackgroundImage( _
   ByVal g As PdfGraphics, _
   ByVal r As RectangleF, _
   ByVal appearance As Appearance, _
   ByVal isLocked As Boolean _
) As RectangleF
protected RectangleF DrawBackgroundImage( 
   PdfGraphics g,
   RectangleF r,
   Appearance appearance,
   bool isLocked
)

パラメータ

g
PDFグラフィックデバイス
r
印刷するセルの境界矩形
appearance
外観設定
isLocked
セルがロックされているかどうか

戻り値の型

後続のテキストの描画を停止する場合はtrueを返します。
参照

BaseCellType クラス
BaseCellType メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.