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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス > Draw メソッド : Draw(Graphics,Rectangle,Rectangle,Boolean,Boolean,Boolean) メソッド
描画先の System.Drawing.Graphicsオブジェクト。
描画境界。
親境界。
入力コントロールを描画する場合は trueRenderInputBaseを参照)、無視する場合は false
子フラグメントを描画する場合は true、無視する場合は false
メタファイルコメント(アンカー、ハイパーリンクなどについての情報)をグラフィックスに書き込むかどうかを示します。
現在のフラグメントを指定した System.Drawing.Graphics上に描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal boundsPx As System.Drawing.Rectangle, _
   ByVal parentContentBoundsPx As System.Drawing.Rectangle, _
   ByVal renderInputControls As System.Boolean, _
   ByVal renderChildren As System.Boolean, _
   ByVal writeMetafileComments As System.Boolean _
) 
'使用法
 
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim boundsPx As System.Drawing.Rectangle
Dim parentContentBoundsPx As System.Drawing.Rectangle
Dim renderInputControls As System.Boolean
Dim renderChildren As System.Boolean
Dim writeMetafileComments As System.Boolean
 
instance.Draw(graphics, boundsPx, parentContentBoundsPx, renderInputControls, renderChildren, writeMetafileComments)
public void Draw( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle boundsPx,
   System.Drawing.Rectangle parentContentBoundsPx,
   System.bool renderInputControls,
   System.bool renderChildren,
   System.bool writeMetafileComments
)

パラメータ

graphics
描画先の System.Drawing.Graphicsオブジェクト。
boundsPx
描画境界。
parentContentBoundsPx
親境界。
renderInputControls
入力コントロールを描画する場合は trueRenderInputBaseを参照)、無視する場合は false
renderChildren
子フラグメントを描画する場合は true、無視する場合は false
writeMetafileComments
メタファイルコメント(アンカー、ハイパーリンクなどについての情報)をグラフィックスに書き込むかどうかを示します。
参照

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