Class BmpMetadata
Provides Bmp specific metadata information for the image.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Bmp
Assembly: SixLabors.ImageSharp.dll
Syntax
public class BmpMetadata : IDeepCloneableConstructors
| Improve this Doc View SourceBmpMetadata()
Initializes a new instance of the BmpMetadata class.
Declaration
public BmpMetadata()Properties
| Improve this Doc View SourceBitsPerPixel
Gets or sets the number of bits per pixel.
Declaration
public BmpBitsPerPixel BitsPerPixel { get; set; }Property Value
| Type | Description | 
|---|---|
| BmpBitsPerPixel | 
InfoHeaderType
Gets or sets the bitmap info header type.
Declaration
public BmpInfoHeaderType InfoHeaderType { get; set; }Property Value
| Type | Description | 
|---|---|
| BmpInfoHeaderType | 
Methods
| Improve this Doc View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()Returns
| Type | Description | 
|---|---|
| IDeepCloneable | The IDeepCloneable. |