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