MobileForms Toolkit Documentation

CompactImage Class

Represents an image.

For a list of all members of this type, see CompactImage Members.

System.Object
   Resco.Controls.ImageBox.CompactImage

public class CompactImage : IDisposable

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

Objects of this class hold an image. This class provides no graphical user interface. It provides methods and properties for loading manipulating and saving the image.

You can use an ImageBox control to display the image. ImageBox control serves as a graphical interface class designed only to display images of type CompactImage. Performing operations on the image change the image data directly. This means that for some file formats (such as jpeg) rotating the image left by 90 degrees and then right by 90 degrees does not yield exactly the original image.

Supported file formats include:

Requirements

Namespace: Resco.Controls.ImageBox

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

See Also

CompactImage Members | Resco.Controls.ImageBox Namespace | ImageBox