PowerTools SPREAD for Windows Forms 8.0J
GetOwnerPrintInfo メソッド


印刷を処理する Graphics オブジェクト
印刷する領域を表す矩形領域
印刷するシート
特定のシートを指定した矩形に印刷するために必要な印刷情報を取得します。
構文
'Declaration
 
Public Function GetOwnerPrintInfo( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal sheet As Integer _
) As OwnerPrintInfo
'使用法
 
Dim instance As FpSpread
Dim g As Graphics
Dim rect As Rectangle
Dim sheet As Integer
Dim value As OwnerPrintInfo
 
value = instance.GetOwnerPrintInfo(g, rect, sheet)
public OwnerPrintInfo GetOwnerPrintInfo( 
   Graphics g,
   Rectangle rect,
   int sheet
)

パラメータ

g
印刷を処理する Graphics オブジェクト
rect
印刷する領域を表す矩形領域
sheet
印刷するシート
参照

FpSpread クラス
FpSpread メンバ

 

 


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