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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス > Draw メソッド : Draw(Graphics,Rectangle,Rectangle,Boolean,PageDrawParams) メソッド
描画先の System.Drawing.Graphicsオブジェクト。
描画境界。
親の境界。
子のフラグメントを描画する場合は true、無視する場合は false
描画の追加パラメータを指定します。
現在のフラグメントを指定した System.Drawing.Graphics上に描画します。
シンタックス
'宣言
 
Public Overloads Overridable Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal boundsPx As System.Drawing.Rectangle, _
   ByVal parentContentBoundsPx As System.Drawing.Rectangle, _
   ByVal renderChildren As System.Boolean, _
   ByVal pdp As PageDrawParams _
) 
'使用法
 
Dim instance As RenderFragment
Dim graphics As System.Drawing.Graphics
Dim boundsPx As System.Drawing.Rectangle
Dim parentContentBoundsPx As System.Drawing.Rectangle
Dim renderChildren As System.Boolean
Dim pdp As PageDrawParams
 
instance.Draw(graphics, boundsPx, parentContentBoundsPx, renderChildren, pdp)
public virtual void Draw( 
   System.Drawing.Graphics graphics,
   System.Drawing.Rectangle boundsPx,
   System.Drawing.Rectangle parentContentBoundsPx,
   System.bool renderChildren,
   PageDrawParams pdp
)

パラメータ

graphics
描画先の System.Drawing.Graphicsオブジェクト。
boundsPx
描画境界。
parentContentBoundsPx
親の境界。
renderChildren
子のフラグメントを描画する場合は true、無視する場合は false
pdp
描画の追加パラメータを指定します。
参照

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