A Sandcastle Documented Class Library
GraphicControlExtension Constructor (blockSize, disposalMethod, expectsUserInput, hasTransparentColour, delayTime, transparentColourIndex)
NamespacesGifComponentsGraphicControlExtensionGraphicControlExtension(Int32, DisposalMethod, Boolean, Boolean, Int32, Int32)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public GraphicControlExtension(
	int blockSize,
	DisposalMethod disposalMethod,
	bool expectsUserInput,
	bool hasTransparentColour,
	int delayTime,
	int transparentColourIndex
)
Public Sub New ( _
	blockSize As Integer, _
	disposalMethod As DisposalMethod, _
	expectsUserInput As Boolean, _
	hasTransparentColour As Boolean, _
	delayTime As Integer, _
	transparentColourIndex As Integer _
)
public:
GraphicControlExtension(
	int blockSize, 
	DisposalMethod disposalMethod, 
	bool expectsUserInput, 
	bool hasTransparentColour, 
	int delayTime, 
	int transparentColourIndex
)
Parameters
blockSize (Int32)
Sets the BlockSize.
disposalMethod (DisposalMethod)
Sets the DisposalMethod.
expectsUserInput (Boolean)
Sets the ExpectsUserInput flag.
hasTransparentColour (Boolean)
Sets the HasTransparentColour flag.
delayTime (Int32)
Sets the DelayTime.
transparentColourIndex (Int32)
Sets the TransparentColourIndex.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453