ComponentOne Bitmap for UWP
C1Bitmap Class Members
Properties  Methods 

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace : C1Bitmap Class

The following tables list the members exposed by C1Bitmap.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the container format for images loaded from a stream.  
Public PropertyGets the x-axis dpi resolution.  
Public PropertyGets the y-axis dpi resolution.  
Public PropertyGets or sets whether the Global and Frame metadata dictionaries should be loaded.  
Public PropertyGets the frame level metadata for JPG, PNG, JPEG-XR, GIF, TIFF images.  
Public PropertyGets the global level metadata for GIF images.  
Public PropertyGets a value indicating whether the internal image is loaded or created.  
Public PropertyGets a value indicating whether the image metadata is loaded.  
Public PropertyGets the imaging factory that is used in this bitmap.  
Public PropertyGets a value indicating whether the instance of the C1Bitmap class has been disposed of.  
Public PropertyGets the internal image that is an IWICBitmap.  
Public PropertyGets the pixel format of the image.  
Public PropertyGets the pixel height of the image.  
Public PropertyGets the pixel width of the image.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Returns the number of bits-per-pixel (bpp) for the given value of the PixelFormat enumeration.  
Public MethodDetermines if the current pixel format can be converted to the destination pixel format.  
Public MethodCreates the internal image of the given size with uninitialized content.  
Public MethodCreates a palette using a computed optimized values based on the bitmap.  
Public MethodCreates one of the pre-defined palettes specified by PaletteType and optionally adds a transparent color.  
Public MethodReleases the internal image and clears all metadata.  
Public MethodClean up any resources being used.  
Public MethodOverloaded. Copies a fragment of the image to the unmanaged block of memory.  
Public MethodRetrieves the color table for indexed pixel formats, or null for other formats.  
Public MethodOverloaded. Loads the image from another instance of C1Bitmap.  
Public MethodOverloaded. Loads another C1Bitmap to the given destination within the image.  
Public MethodOverloaded. Loads the image from a System.IO.Stream.  
Public MethodOverloaded. Loads the image from a StorageFile.  
Public MethodOverloaded. Loads the metadata of an image from a System.IO.Stream.  
Public MethodLoads the metadata of an image from a StorageFile.  
Public Methodstatic (Shared in Visual Basic)Converts a GUID of the WIC pixel format to the PixelFormat enumeration value.  
Public Methodstatic (Shared in Visual Basic)Returns a GUID of the corresponding WIC pixel format for the given value of the PixelFormat enumeration.  
Public MethodOverloaded. Saves the image to a System.IO.Stream using the specified format and options.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in BMP format.  
Public MethodSaves the image to a StorageFile in BMP format.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in GIF format.  
Public MethodSaves the image to a StorageFile in GIF format.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in JPEG format.  
Public MethodSaves the image to a StorageFile in JPEG format.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in JPEG XR format.  
Public MethodSaves the image to a StorageFile in JPEG XR format.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in PNG format.  
Public MethodSaves the image to a StorageFile in PNG format.  
Public MethodOverloaded. Saves the image to a System.IO.Stream in TIFF format.  
Public MethodSaves the image to a StorageFile in TIFF format.  
Public MethodSaves the image to a StorageFile using the specified format and options.  
Public MethodOverloaded. Changes the physical resolution of the image.  
Public MethodSets the new color table for the bitmap.  
Public MethodOverloaded. Stores the image buffer to a byte array (without the palette and metadata information).  
Public MethodCreates a D2D.Bitmap1 from the image data.  
Public MethodOverloaded. Creates a SoftwareBitmap from the image.  
Public MethodOverloaded. Creates a WriteableBitmap from the image.  
Public MethodCreates a new instance of C1Bitmap as a copy of the current bitmap passed through the set of transformations.  
Top
See Also

Reference

C1Bitmap Class
C1.Xaml.Bitmap Namespace