The AForge.Controls namespace contains different useful UI controls, which may be used together with other classes of AForge.NET framework.
Classes
| Class | Description | |
|---|---|---|
| Chart |
Chart control.
| |
| ColorSlider |
Color slider control.
| |
| Histogram |
Histogram control.
| |
| HistogramEventArgs |
Arguments of histogram events.
| |
| HuePicker |
Hue picker control.
| |
| Joystick |
The class provides simple API for enumerating available joysticks and checking their
current status.
| |
| Joystick..::.DeviceInfo |
Information about joystick connected to the system.
| |
| Joystick..::.Status |
Class describing current joystick’s status.
| |
| ManipulatorControl |
Manipulator control.
| |
| ManipulatorControl..::.PositionEventArgs |
Class, which summarizes arguments of manipulator’s position change event.
| |
| PictureBox |
Picture box control for displaying an image.
| |
| SliderControl |
Slider control.
| |
| VideoSourcePlayer |
Video source player control.
|
Delegates
| Delegate | Description | |
|---|---|---|
| HistogramEventHandler |
Delegate for histogram events handlers.
| |
| ManipulatorControl..::.PositionChangedHandler |
Delegate used for notification about manipulator’s position changes.
| |
| SliderControl..::.PositionChangedHandler |
Delegate used for notification about manipulator’s position changes.
| |
| VideoSourcePlayer..::.NewFrameHandler |
Delegate to notify about new frame.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Chart..::.SeriesType |
Chart series type enumeration.
| |
| ColorSlider..::.ColorSliderType |
Enumeration of color slider types.
| |
| HuePicker..::.HuePickerType |
Enumeration of hue picker types.
| |
| Joystick..::.Buttons |
Flags enumeration of joystick buttons.
|