Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLPainter Interface / Draw Method

In This Topic
    Draw Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Sub Draw( _
       ByVal rcBounds As System.Drawing.Rectangle, _
       ByVal rcUpdate As System.Drawing.Rectangle, _
       ByVal lDrawFlags As System.Integer, _
       ByVal hdc As System.IntPtr, _
       ByVal pvDrawObject As System.IntPtr _
    ) 
    void Draw( 
       System.Drawing.Rectangle rcBounds,
       System.Drawing.Rectangle rcUpdate,
       System.int lDrawFlags,
       System.IntPtr hdc,
       System.IntPtr pvDrawObject
    )

    Parameters

    rcBounds
    rcUpdate
    lDrawFlags
    hdc
    pvDrawObject
    See Also