'宣言 Protected Overridable Sub DrawContent( _ ByVal graphics As C1Graphics, _ ByRef fdp As FragmentDrawParams _ )
'使用法 Dim instance As RenderFragment Dim graphics As C1Graphics Dim fdp As FragmentDrawParams instance.DrawContent(graphics, fdp)
protected virtual void DrawContent( C1Graphics graphics, ref FragmentDrawParams fdp )
パラメータ
- graphics
- The C1.Document.Util.C1Graphics to draw to.
- fdp
- The FragmentDrawParams object.