Class PngImageFormat
Represents Png 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 PngImageFormat : ImageFormat
Constructors
PngImageFormat()
Declaration
public PngImageFormat()
PngImageFormat(Int32)
Declaration
public PngImageFormat(int colors)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | colors |
Fields
Monochrome
Declaration
public static readonly PngImageFormat Monochrome
Field Value
| Type | Description |
|---|---|
| PngImageFormat |
Standard
Declaration
public static readonly PngImageFormat Standard
Field Value
| Type | Description |
|---|---|
| PngImageFormat |
Properties
WebContentType
Declaration
public override string WebContentType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |