[]
        
(Showing Draft Content)

C1.Win.Document.RenderRtfFragment.DrawContent

DrawContent Method

DrawContent(C1Graphics, ref FragmentDrawParams)

Draws content of the object.

Declaration
protected override void DrawContent(C1Graphics graphics, ref FragmentDrawParams fdp)
Protected Overrides Sub DrawContent(graphics As C1Graphics, ByRef fdp As FragmentDrawParams)
Parameters
Type Name Description
C1Graphics graphics

The C1.Document.Util.C1Graphics to draw to.

FragmentDrawParams fdp

The C1.Document.FragmentDrawParams object.

Overrides
C1.Document.RenderRtfFragment.DrawContent(C1.Document.Util.C1Graphics, ref C1.Document.FragmentDrawParams)