[]
        
(Showing Draft Content)

C1.Win.C1Input.C1DropDownControl.DrawImage

DrawImage Method

DrawImage(Graphics, Rectangle)

Draws image in the control.

Declaration
protected virtual void DrawImage(Graphics g, Rectangle bounds)
Protected Overridable Sub DrawImage(g As Graphics, bounds As Rectangle)
Parameters
Type Name Description
Graphics g

Grapthics object.

Rectangle bounds

Rectangle to draw image in.

DrawImage(Graphics, IntPtr, Rectangle)

Draws image in the control.

Declaration
[Obsolete("This method is obsolete. Use DrawImage(Graphics g, Rectangle bounds) instead.")]
protected virtual void DrawImage(Graphics g, IntPtr dc, Rectangle bounds)
<Obsolete("This method is obsolete. Use DrawImage(Graphics g, Rectangle bounds) instead.")>
Protected Overridable Sub DrawImage(g As Graphics, dc As IntPtr, bounds As Rectangle)
Parameters
Type Name Description
Graphics g

Grapthics object.

IntPtr dc

Device context.

Rectangle bounds

Rectangle to draw image in.