ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / DrawImage Method / DrawImage(Graphics,Rectangle) Method
Grapthics object.
Rectangle to draw image in.

In This Topic
    DrawImage(Graphics,Rectangle) Method
    In This Topic
    Draws image in the control.
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub DrawImage( _
       ByVal g As Graphics, _
       ByVal bounds As Rectangle _
    ) 
    protected virtual void DrawImage( 
       Graphics g,
       Rectangle bounds
    )

    Parameters

    g
    Grapthics object.
    bounds
    Rectangle to draw image in.
    See Also