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

In This Topic
    OnResize Method (IHTMLPainter)
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    Sub OnResize( _
       ByVal cx As System.Integer, _
       ByVal cy As System.Integer _
    ) 
    void OnResize( 
       System.int cx,
       System.int cy
    )

    Parameters

    cx
    cy
    See Also