Class ImageBox
Represents a graphics accelerated control for displaying an image.
public class ImageBox : VisualizerCanvas, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
ImageBox
- Implements
- Inherited Members
Properties
- Image
Gets or sets the image to display.
- ImageScale
Gets or sets the brightness scale factor applied when rendering the image.
Methods
- Dispose(bool)
Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.
- OnLoad(EventArgs)
Raises the Load event.
- OnRenderFrame(EventArgs)
Raises the RenderFrame event.
- OnSwapBuffers(EventArgs)
Raises the SwapBuffers event.
- SetImage(IplImage)
Updates the image to display in the control.