Class | Description | |
---|---|---|
![]() | BmpCodec | Decodes a BMP stream into a C1Bitmap object. |
![]() | 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. |
![]() | 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. |