'宣言 Public Overloads Sub Draw( _ ByVal graphics As System.Drawing.Graphics, _ ByVal pdp As PageDrawParams _ )
'使用法 Dim instance As C1Page Dim graphics As System.Drawing.Graphics Dim pdp As PageDrawParams instance.Draw(graphics, pdp)
public void Draw( System.Drawing.Graphics graphics, PageDrawParams pdp )
パラメータ
- graphics
- The System.Drawing.Graphics to draw on.
- pdp
- The draw parameters.