Name | Description | |
---|---|---|
C1Bitmap Constructor | Overloaded. |
The following tables list the members exposed by C1Bitmap.
Name | Description | |
---|---|---|
C1Bitmap Constructor | Overloaded. |
Name | Description | |
---|---|---|
ContainerFormat | Gets the container format for images loaded from a stream. | |
DpiX | Gets the x-axis dpi resolution. | |
DpiY | Gets the y-axis dpi resolution. | |
ExtendedMetadata | Gets or sets whether the Global and Frame metadata dictionaries should be loaded. | |
FrameMetadata | Gets the frame level metadata for JPG, PNG, JPEG-XR, GIF, TIFF images. | |
GlobalMetadata | Gets the global level metadata for GIF images. | |
HasImage | Gets a value indicating whether the internal image is loaded or created. | |
HasMetadata | Gets a value indicating whether the image metadata is loaded. | |
ImagingFactory | Gets the imaging factory that is used in this bitmap. | |
IsDisposed | Gets a value indicating whether the instance of the C1Bitmap class has been disposed of. | |
NativeBitmap | Gets the internal image that is an IWICBitmap. | |
PixelFormat | Gets the pixel format of the image. | |
PixelHeight | Gets the pixel height of the image. | |
PixelWidth | Gets the pixel width of the image. |
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. |