| | Name | Description |
  | BitsPerPixel | Returns the number of bits-per-pixel (bpp) for the given value of the PixelFormat enumeration. |
 | CanConvertTo | Determines if the current pixel format can be converted to the destination pixel format. |
 | CreateImage | Creates the internal image of the given size with uninitialized content. |
 | CreatePaletteFromBitmap | Creates a palette using a computed optimized values based on the bitmap. |
 | CreatePredefinedPalette | Creates one of the pre-defined palettes specified by PaletteType and optionally adds a transparent color. |
 | DiscardImage | Releases the internal image and clears all metadata. |
 | Dispose | Clean up any resources being used. |
 | ExportFragment | Overloaded. Copies a fragment of the image to the unmanaged block of memory. |
  | FromWPFPixelFormat | Converts a System.Windows.Media.PixelFormat to the PixelFormat enumeration value. |
 | GetPalette | Retrieves the color table for indexed pixel formats, or null for other formats. |
 | Import | Overloaded. Loads the image from another instance of C1Bitmap. |
 | ImportAsFragment | Overloaded. Loads another C1Bitmap to the given destination within the image. |
 | Load | Overloaded. Loads the image from a System.IO.Stream. |
 | LoadMetadata | Overloaded. Loads the metadata of an image from a System.IO.Stream. |
  | PixelFormatFromGuid | Converts a GUID of the WIC pixel format to the PixelFormat enumeration value. |
  | PixelFormatToGuid | Returns a GUID of the corresponding WIC pixel format for the given value of the PixelFormat enumeration. |
 | Save | Overloaded. Saves the image to a System.IO.Stream using the specified format and options. |
 | SaveAsBmp | Overloaded. Saves the image to a System.IO.Stream in BMP format. |
 | SaveAsGif | Overloaded. Saves the image to a System.IO.Stream in GIF format. |
 | SaveAsJpeg | Overloaded. Saves the image to a System.IO.Stream in JPEG format. |
 | SaveAsJpegXR | Overloaded. Saves the image to a System.IO.Stream in JPEG XR format. |
 | SaveAsPng | Overloaded. Saves the image to a System.IO.Stream in PNG format. |
 | SaveAsTiff | Overloaded. Saves the image to a System.IO.Stream in TIFF format. |
 | SetDpi | Overloaded. Changes the physical resolution of the image. |
 | SetPalette | Sets the new color table for the bitmap. |
 | ToByteArray | Overloaded. Stores the image buffer to a byte array (without the palette and metadata information). |
 | ToD2DBitmap1 | Creates a D2D.Bitmap1 from the image data. |
  | ToWPFPixelFormat | Returns the System.Windows.Media.PixelFormat struct for the given PixelFormat value. |
 | ToWriteableBitmap | Overloaded. Creates a WriteableBitmap from the image. |
 | Transform | Creates a new instance of C1Bitmap as a copy of the current bitmap passed through the set of transformations. |