BitmapInfo
BitmapInfo class
Object containing array of pixels and bitmap information.
public class BitmapInfo : ValueObject
Properties
| Name | 
Description | 
| Format { get; } | 
Gets the pixel format of the bitmap. | 
| Height { get; } | 
Gets the height of the bitmap. | 
| PixelBytes { get; } | 
Gets the array of pixels. | 
| Width { get; } | 
Gets the width of the bitmap. | 
Methods
| Name | 
Description | 
| static Create(byte[], int, int, PixelFormat) | 
Create new BitmapInfo instance | 
| override Equals(object) | 
Determines whether two object instances are equal. | 
| virtual Equals(ValueObject) | 
Determines whether two object instances are equal. | 
| override GetHashCode() | 
Serves as the default hash function. | 
Other Members
| Name | 
Description | 
| class PixelFormat | 
Describes pixel format enumeration | 
See Also