Draws the current fragment on a specified System.Drawing.Graphics.
シンタックス
'宣言
Public Overloads Overridable Sub Draw( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Boolean, _
ByVal 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 ,
System.Drawing.Rectangle ,
System.Drawing.Rectangle ,
System.bool ,
PageDrawParams
)
パラメータ
- graphics
- The System.Drawing.Graphics object to draw on.
- boundsPx
- The draw bounds.
- parentContentBoundsPx
- The paretnt bounds.
- renderChildren
- true to draw child fragments, false to ignore them.
- pdp
- Specifies additional parameters of drawing.
参照