Classes

  Class Description
Public class C1Bitmap
Class that contains an editable image and provides methods for encoding and decoding the image into streams of different formats.
Public class C1GifImage
Class that is analogous to BitmapImage, but displays animated GIF files in addition to static PNG and JPG bitmaps.
Public class GifCodec
Decodes a GIF stream into a C1Bitmap object.
Public class ImageFailedExceptionEventArgs
Provides event data for ImageFailed event.
Public class JpgCodec
Decodes and encodes a JPG stream from and into a C1Bitmap object.
Public class PngCodec
http://www.w3.org/TR/PNG/#11IHDR

Enumerations

  Enumeration Description
Public enumeration ImageFormat
Represents the format used to encode an image into a stream.
Public enumeration InterpolationMode
Represents the interpolation mode used to resize images.