A Sandcastle Documented Class Library
PackedFields Class
NamespacesGifComponentsPackedFields
Represents a byte of data in a GIF data stream which contains a number of data items.
Declaration Syntax
C#Visual BasicVisual C++
public class PackedFields
Public Class PackedFields
public ref class PackedFields
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PackedFields

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453