FlexReport for WinForms
DrawPage メソッド (C1DocumentSource)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > C1DocumentSource クラス : DrawPage メソッド
C1.Document.Util.C1Graphics to draw to.
The page index.
For internal use.
シンタックス
'宣言
 
Public Sub DrawPage( _
   ByVal graphics As C1Graphics, _
   ByVal pageIndex As System.Integer _
) 
'使用法
 
Dim instance As C1DocumentSource
Dim graphics As C1Graphics
Dim pageIndex As System.Integer
 
instance.DrawPage(graphics, pageIndex)
public void DrawPage( 
   C1Graphics graphics,
   System.int pageIndex
)

パラメータ

graphics
C1.Document.Util.C1Graphics to draw to.
pageIndex
The page index.
参照

参照

C1DocumentSource クラス
C1DocumentSource メンバ