Class GifImageFormat
Represents Gif 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: NFX.Graphics
Assembly: NFX.dll
Syntax
public sealed class GifImageFormat : ImageFormat
Constructors
GifImageFormat(Int32)
Declaration
public GifImageFormat(int colors)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | colors |
Fields
Monochrome
Declaration
public static readonly GifImageFormat Monochrome
Field Value
Type | Description |
---|---|
GifImageFormat |
Properties
WebContentType
Declaration
public override string WebContentType { get; }
Property Value
Type | Description |
---|---|
System.String |