[]
        
(Showing Draft Content)

C1.Win.C1Input.C1ColorPicker.DrawImage

DrawImage Method

DrawImage(Graphics, Rectangle)

Draws image in the control.

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

Grapthics object.

Rectangle bounds

Rectangle to draw image in.

Overrides