ComponentOne Editor for WinForms
C1.Win.C1Editor.4.5.2 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 leftBounds As System.Integer, _
       ByVal topBounds As System.Integer, _
       ByVal rightBounds As System.Integer, _
       ByVal bottomBounds As System.Integer, _
       ByVal leftUpdate As System.Integer, _
       ByVal topUpdate As System.Integer, _
       ByVal rightUpdate As System.Integer, _
       ByVal bottomUpdate As System.Integer, _
       ByVal lDrawFlags As System.Integer, _
       ByVal hdc As System.IntPtr, _
       ByVal pvDrawObject As System.IntPtr _
    ) 
    void Draw( 
       System.int leftBounds,
       System.int topBounds,
       System.int rightBounds,
       System.int bottomBounds,
       System.int leftUpdate,
       System.int topUpdate,
       System.int rightUpdate,
       System.int bottomUpdate,
       System.int lDrawFlags,
       System.IntPtr hdc,
       System.IntPtr pvDrawObject
    )

    Parameters

    leftBounds
    topBounds
    rightBounds
    bottomBounds
    leftUpdate
    topUpdate
    rightUpdate
    bottomUpdate
    lDrawFlags
    hdc
    pvDrawObject
    See Also