Provides graphical user inteface to display image contained in CompactImage object.
For a list of all members of this type, see ImageBox Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
Resco.Controls.ImageBox.ImageBox
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
ImageBox can be used to display CompactImage objects which hold an image. Several methods can be used to manipulate the displayed image. These manipulations, however, do not change the image contained in the CopmactImage object. This means, that even for an image with lossy compression (such as jpeg) performing an operation (such as 90 degrees clockwise rotation) and then performing an inverse operation (a 90 degrees counter clockwise rotation) yields exactly the same output as the original one.
Namespace: Resco.Controls.ImageBox
Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)
ImageBox Members | Resco.Controls.ImageBox Namespace | CompactImage