[]
        
(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)
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)
Parameters
Type Name Description
Graphics g

Grapthics object.

IntPtr dc

Device context.

Rectangle bounds

Rectangle to draw image in.