ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ColorPicker Class / DrawImage Method / DrawImage(Graphics,Rectangle) Method

In This Topic
    DrawImage(Graphics,Rectangle) Method
    In This Topic
    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
    bounds
    See Also