Class | Description | |
---|---|---|
C1Bitmap | Class that contains an editable image and provides methods for encoding and decoding the image into streams of different formats. | |
C1GifImage | Class that is analogous to BitmapImage, but displays animated GIF files in addition to static PNG and JPG bitmaps. | |
C1Image | The C1Image control is similar to an Image element, but is unique in that it also renders GIF and animated GIF files. | |
GifCodec | Decodes a GIF stream into a C1Bitmap object. | |
ImageFailedExceptionEventArgs | Provides event data for C1GifImage.ImageFailed event. | |
ImageSourceConverter | Converter that enables the use of C1Image from XAML. | |
JpgCodec | Decodes and encodes a JPG stream from and into a C1Bitmap object. | |
PngCodec | http://www.w3.org/TR/PNG/#11IHDR Decodes a PNG stream into a C1Bitmap object.Encodes a C1Bitmap object into a PNG stream. |
Enumeration | Description | |
---|---|---|
ImageFormat | Represents the format used to encode an image into a stream. | |
InterpolationMode | Represents the interpolation mode used to resize images. |