Represents a byte of data in a GIF data stream which contains a number
of data items.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class PackedFields
Public Class PackedFields
public ref class PackedFields
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
PackedFields()()() |
Constructor.
| |
PackedFields(Int32) |
Constructor.
Sets the bits in the packed fields to the corresponding bits from
the supplied byte.
| |
Byte |
Gets the byte which represents the data items held in the packed
fields.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetBit(Int32) |
Gets the value of the specified bit within the byte.
| |
GetBits(Int32, Int32) |
Gets the value of the specified bits within the byte.
| |
GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetBit(Int32, Boolean) |
Sets the specified bit within the packed fields to the supplied
value.
| |
SetBits(Int32, Int32, Int32) |
Sets the specified bits within the packed fields to the supplied
value.
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
PackedFields |