Class ImageFormat
Base class for representing various formats of images, such as Hi-Quality Jpeg, or monochrome Png etc.
Inheritance
System.Object
ImageFormat
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: NFX.Graphics
Assembly: NFX.dll
Syntax
public abstract class ImageFormat
Constructors
ImageFormat(Int32)
Declaration
public ImageFormat(int colors)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colors |
Fields
Colors
Declaration
public readonly int Colors
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
WebContentType
Declaration
public abstract string WebContentType { get; }
Property Value
Type | Description |
---|---|
System.String |