Inheritance
System.Object
Header
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: cs.temp.dll.dll
Constructors
Declaration
public Header(byte[] header)
Parameters
Type |
Name |
Description |
System.Byte[] |
header |
|
Properties
Declaration
public ushort ColorCount { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ColorDepth ColorDepth { get; }
Property Value
Declaration
public uint FileSize { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public uint Flags { get; }
Property Value
Type |
Description |
System.UInt32 |
|
Declaration
public ushort Frames { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort Height { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort MagicNumber { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public byte PixelHeight { get; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public byte PixelWidth { get; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public ushort Speed { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public byte TransparentIndex { get; }
Property Value
Type |
Description |
System.Byte |
|
Declaration
public ushort Width { get; }
Property Value
Type |
Description |
System.UInt16 |
|