PrintDocument for WinForms
Draw(Graphics,Rectangle,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス > Draw メソッド : Draw(Graphics,Rectangle,Boolean) メソッド
The System.Drawing.Graphics object to draw on.
The paretnt bounds.
true to draw input controls (see RenderInputBase), false to ignore them.
Draws the current fragment and its children on a specified System.Drawing.Graphics.
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal parentContentBoundsPx As System.Drawing.Rectangle, _
   ByVal renderInputControls As System.Boolean _
) 
'使用法
 
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim parentContentBoundsPx As System.Drawing.Rectangle
Dim renderInputControls As System.Boolean
 
instance.Draw(graphics, parentContentBoundsPx, renderInputControls)
public void Draw( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle parentContentBoundsPx,
   System.bool renderInputControls
)

パラメータ

graphics
The System.Drawing.Graphics object to draw on.
parentContentBoundsPx
The paretnt bounds.
renderInputControls
true to draw input controls (see RenderInputBase), false to ignore them.
参照

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