A Sandcastle Documented Class Library
PackedFields Constructor (data)
NamespacesGifComponentsPackedFieldsPackedFields(Int32)
Constructor. Sets the bits in the packed fields to the corresponding bits from the supplied byte.
Declaration Syntax
C#Visual BasicVisual C++
public PackedFields(
	int data
)
Public Sub New ( _
	data As Integer _
)
public:
PackedFields(
	int data
)
Parameters
data (Int32)
A single byte of data, consisting of fields which may be of one or more bits.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453