PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderVerticalParagraphFragment Class / DrawContent Method

In This Topic
    DrawContent Method (RenderVerticalParagraphFragment)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawContent( _
       ByVal graphics As Graphics, _
       ByVal dp As DrawParams _
    ) 
    protected virtual void DrawContent( 
       Graphics graphics,
       DrawParams dp
    )

    Parameters

    graphics
    dp
    See Also