A Sandcastle Documented Class Library
ImageDescriptor Constructor (position, size, hasLocalColourTable, isInterlaced, isSorted, localColourTableSizeBits)
NamespacesGifComponentsImageDescriptorImageDescriptor(Point, Size, Boolean, Boolean, Boolean, Int32)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public ImageDescriptor(
	Point position,
	Size size,
	bool hasLocalColourTable,
	bool isInterlaced,
	bool isSorted,
	int localColourTableSizeBits
)
Public Sub New ( _
	position As Point, _
	size As Size, _
	hasLocalColourTable As Boolean, _
	isInterlaced As Boolean, _
	isSorted As Boolean, _
	localColourTableSizeBits As Integer _
)
public:
ImageDescriptor(
	Point position, 
	Size size, 
	bool hasLocalColourTable, 
	bool isInterlaced, 
	bool isSorted, 
	int localColourTableSizeBits
)
Parameters
position (Point)
Sets the Position.
size (Size)
Sets the Size.
hasLocalColourTable (Boolean)
Sets the HasLocalColourTable flag.
isInterlaced (Boolean)
Sets the IsInterlaced flag.
isSorted (Boolean)
Sets the IsSorted flag.
localColourTableSizeBits (Int32)
Sets the LocalColourTableSizeBits.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453