Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cc Class / RenderContent Method / RenderContent(Graphics,Rectangle) Method

In This Topic
    RenderContent(Graphics,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub RenderContent( _
       ByVal a As System.Drawing.Graphics, _
       ByVal b As System.Drawing.Rectangle _
    ) 
    public override void RenderContent( 
       System.Drawing.Graphics a,
       System.Drawing.Rectangle b
    )

    Parameters

    a
    b
    See Also