Click or drag to resize
Accord.NET (logo)

HuePickerOnPaint Method

Paint the controls.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
protected override void OnPaint(
	PaintEventArgs e
)
Request Example View Source

Parameters

e
Type: System.Windows.FormsPaintEventArgs
Paint event arguments.
See Also