Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / DrawImage Method / DrawImage(Graphics,IntPtr,Rectangle) Method

In This Topic
    DrawImage(Graphics,IntPtr,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overridable Sub DrawImage( _
       ByVal g As System.Drawing.Graphics, _
       ByVal dc As System.IntPtr, _
       ByVal bounds As System.Drawing.Rectangle _
    ) 
    protected virtual void DrawImage( 
       System.Drawing.Graphics g,
       System.IntPtr dc,
       System.Drawing.Rectangle bounds
    )

    Parameters

    g
    dc
    bounds
    See Also