|
|
| Properties |
 |
| AutoStart |
Returns or sets a value that determines whether the animation will auto-start, as soon as the FileName property is set. |
| BackColor |
Returns or sets the background color of an object. |
| BorderStyle |
Returns or sets the border style for an object. |
| CurrentFrame |
Returns the index of the currently displayed frame. |
| DisplayErrors |
Returns or sets a value that determines whether the control will display Error messages. |
| DropTarget |
Returns or sets a value that determines whether the control can be a drop target in a drag and drop operation. |
| FileName |
Returns/sets the full path name for the Gif file. If AutoStart = True then, the Gif file will be loaded and any animation will start automatically. |
| Frames |
Returns a collection of Frame objects. A Frame object consists of a graphic, and instructions about how this has to be treated in an animation. |
| GifColors |
Returns the amount of colors used by the current file. |
| GifHeight |
Returns the height of the specified Gif file. |
| GifLoops |
Returns the number of times an animation will loop. |
| GifSize |
Returns the size of the specified Gif file. |
| GifWidth |
Returns the width of the specified Gif file. |
| MouseCapture |
Returns or sets a value that determines whether the mouse cursor will change to "Working" until the current file will be processed. |
| NumberOfFrames |
Returns a value that determines the amount of Frames in the Frames collection. |
| Sizing |
Returns or sets a value that determines the relationship between the control's size, and its contents dimensions. |
|
| Methods |
 |
| Clear |
Initializes the AniGif control. Clears the background and initializes all variables and objects. |
| Redraw |
Reprocesses and redraws the current Gif file. |
| Refresh |
Forces a complete repaint of an AniGif control. |
| RenderFrame |
Renders an individual Frame from the Frames collection. |
| StartRender |
Starts a new or continues a currently paused animation. |
| StopRender |
Pauses any current animation. |
|
| Events |
 |
| Change |
(Index As Long) |
| Click |
 |
| DoubleClick |
 |
| MouseMove |
(Button As Integer, Shift As Integer, x As Single, y As Single) |
| MouseDown |
(Button As Integer, Shift As Integer, x As Single, y As Single) |
| MouseUp |
(Button As Integer, Shift As Integer, x As Single, y As Single) |
|
Frame Object
| Properties |
 |
| DelayTime |
Returns or sets a value that specifies the number of milliseconds, to wait before drawing the next Frame. |
| DisposalMethod |
Returns or sets a value that indicates the way in which the Frame is to be treated after being displayed. |
| FrameLeft |
Returns or sets the distance between the internal left edge of a Frame and the left edge of the control. |
| FrameTop |
Returns or sets the distance between the internal top edge of a Frame and the top edge of the control. |
| FrameWidth |
Returns or sets the width, for the specified Frame. |
| FrameHeight |
Returns or sets the height, for the specified Frame. |
| InterLaceFlag |
Returns or sets a value that indicates if the image, for the specified Frame is interlaced. |
| LocalColorTableFlag |
Returns or sets a value that indicates if the specified Frame has a Local Color Table set. |
| SizeOfLocalColorTable |
Returns a value that determines the number of bytes contained in a Local Color Table, for the specified Frame. |
| SortFlag |
Returns or sets a value that indicates whether the Local Color Table, for the specified Frame is sorted. |
| TransparentColorFlag |
Returns or sets a value that indicates if the Frame has a Transparent Color specified. |
| TransparentColorIndex |
Returns or sets a value that determines the index of the TransparentColor in the Color Table, for the specified Frame. |
| UserInputFlag |
Returns or sets a value that indicates whether or not user input is expected, for the specified Frame before continuing. |
|
|
|