Reports for WPF
Draw(Graphics,Rectangle,Boolean,Boolean) メソッド

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス > Draw メソッド : Draw(Graphics,Rectangle,Boolean,Boolean) メソッド
描画先の System.Drawing.Graphics オブジェクト。
親の境界。
入力コントロール(RenderInputBase を参照)を描画する場合は true、無視する場合は false
アンカー、ハイパーリンクなどを含むメタファイルのコメントを書き込む場合は true
現在のフラグメントとその子を指定した System.Drawing.Graphics 上に描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal parentContentBoundsPx As System.Drawing.Rectangle, _
   ByVal renderInputControls As System.Boolean, _
   ByVal writeMetafileComments As System.Boolean _
) 
public void Draw( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle parentContentBoundsPx,
   System.bool renderInputControls,
   System.bool writeMetafileComments
)

パラメータ

graphics
描画先の System.Drawing.Graphics オブジェクト。
parentContentBoundsPx
親の境界。
renderInputControls
入力コントロール(RenderInputBase を参照)を描画する場合は true、無視する場合は false
writeMetafileComments
アンカー、ハイパーリンクなどを含むメタファイルのコメントを書き込む場合は true
参照

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