MobileForms Toolkit Documentation

ImageBox Class

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 class ImageBox : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: Resco.Controls.ImageBox

Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)

See Also

ImageBox Members | Resco.Controls.ImageBox Namespace | CompactImage