ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ColorPicker 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 Overrides Sub DrawImage( _
       ByVal g As Graphics, _
       ByVal bounds As Rectangle _
    ) 
    protected override void DrawImage( 
       Graphics g,
       Rectangle bounds
    )

    Parameters

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