PowerTools SPREAD for Windows Forms 8.0J
OwnerPrintDraw(Graphics,Rectangle,Int32,Int32,OwnerPrintInfo) メソッド


印刷を処理するグラフィック デバイス
矩形領域の位置とサイズ
印刷を開始するシート
印刷するシートの特定のページ
指定したシートの指定したページを指定したサイズの指定したグラフィックインタフェースに出力します。
構文
'Declaration
 
Public Overloads Sub OwnerPrintDraw( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal sheet As Integer, _
   ByVal page As Integer, _
   ByVal info As OwnerPrintInfo _
) 
'使用法
 
Dim instance As FpSpread
Dim g As Graphics
Dim rect As Rectangle
Dim sheet As Integer
Dim page As Integer
Dim info As OwnerPrintInfo
 
instance.OwnerPrintDraw(g, rect, sheet, page, info)
public void OwnerPrintDraw( 
   Graphics g,
   Rectangle rect,
   int sheet,
   int page,
   OwnerPrintInfo info
)

パラメータ

g
印刷を処理するグラフィック デバイス
rect
矩形領域の位置とサイズ
sheet
印刷を開始するシート
page
印刷するシートの特定のページ
info
例外
例外説明
System.ArgumentOutOfRangeException指定されたシートインデックスは範囲外です。有効な値は0からシートの総数までです。
System.ArgumentOutOfRangeException指定されたページインデックスが範囲外です。1以上の値を指定する必要があります。
参照

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

 

 


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