Class BitmapImageFormat
Represents Bitmap image format
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Graphics
Assembly: Azos.dll
Syntax
public sealed class BitmapImageFormat : ImageFormat
Constructors
BitmapImageFormat()
Declaration
public BitmapImageFormat()
BitmapImageFormat(Int32)
Declaration
public BitmapImageFormat(int colors)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colors |
Fields
Monochrome
Declaration
public static readonly BitmapImageFormat Monochrome
Field Value
Type | Description |
---|---|
BitmapImageFormat |
Standard
Declaration
public static readonly BitmapImageFormat Standard
Field Value
Type | Description |
---|---|
BitmapImageFormat |
Properties
WebContentType
Declaration
public override string WebContentType { get; }
Property Value
Type | Description |
---|---|
System.String |