📄 struct__animationframe.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: _ANIMATIONFRAME Struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><h1>_ANIMATIONFRAME Struct Reference<br><small>[<a class="el" href="group__mgext__ctrl__animation.htm">ANIMATION control and animation GIF (GIF87a/GIF89a) support</a>]</small></h1><code>#include <<a class="el" href="animation_8h-source.htm">animation.h</a>></code><p><h2>Data Fields</h2><ul><li>int <a class="el" href="struct__ANIMATIONFRAME.htm#o0">disposal</a><li>int <a class="el" href="struct__ANIMATIONFRAME.htm#o1">off_x</a><li>int <a class="el" href="struct__ANIMATIONFRAME.htm#o2">off_y</a><li>unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o3">width</a><li>unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o4">height</a><li>unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o5">delay_time</a><li><a class="el" href="group__handles.htm#ga2">HDC</a> <a class="el" href="struct__ANIMATIONFRAME.htm#o6">mem_dc</a><li><a class="el" href="group__basic__types.htm#ga0">Uint8</a> * <a class="el" href="struct__ANIMATIONFRAME.htm#o7">bits</a><li><a class="el" href="struct__ANIMATIONFRAME.htm">_ANIMATIONFRAME</a> * <a class="el" href="struct__ANIMATIONFRAME.htm#o8">next</a><li><a class="el" href="struct__ANIMATIONFRAME.htm">_ANIMATIONFRAME</a> * <a class="el" href="struct__ANIMATIONFRAME.htm#o9">prev</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Animation frame structure. <p><p>Definition at line <a class="el" href="animation_8h-source.htm#l00054">54</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o7" doxytag="_ANIMATIONFRAME::bits"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="group__basic__types.htm#ga0">Uint8</a>* <a class="el" href="struct__ANIMATIONFRAME.htm#o7">bits</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The bits of the mem_dc, should be freed after deleting the mem_dc. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00081">81</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o5" doxytag="_ANIMATIONFRAME::delay_time"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o5">delay_time</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The time of the frame will be display, in the unit of animation time_unit. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00076">76</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o0" doxytag="_ANIMATIONFRAME::disposal"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">int <a class="el" href="struct__ANIMATIONFRAME.htm#o0">disposal</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The disposal method (from GIF89a specification): Indicates the way in which the graphic is to be treated after being displayed.<ul><li>0<br> No disposal specified. The decoder is not required to take any action.</li><li>1<br> Do not dispose. The graphic is to be left in place.</li><li>2<br> Restore to background color. The area used by the frame must be restored to the background color.</li><li>3<br> Restore to previous. The decoder is required to restore the area overwritten by the frmae with what was there prior to rendering the frame. </li></ul><p>Definition at line <a class="el" href="animation_8h-source.htm#l00065">65</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o4" doxytag="_ANIMATIONFRAME::height"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o4">height</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The height of the frame. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00073">73</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o6" doxytag="_ANIMATIONFRAME::mem_dc"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"><a class="el" href="group__handles.htm#ga2">HDC</a> <a class="el" href="struct__ANIMATIONFRAME.htm#o6">mem_dc</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The memdc compatible with the gif image. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00079">79</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o8" doxytag="_ANIMATIONFRAME::next"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">struct <a class="el" href="struct__ANIMATIONFRAME.htm">_ANIMATIONFRAME</a>* <a class="el" href="struct__ANIMATIONFRAME.htm#o8">next</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The next frame <p>Definition at line <a class="el" href="animation_8h-source.htm#l00088">88</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o1" doxytag="_ANIMATIONFRAME::off_x"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">int <a class="el" href="struct__ANIMATIONFRAME.htm#o1">off_x</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The x-coordinate of top-left corner of the frame in whole animation screen. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00067">67</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o2" doxytag="_ANIMATIONFRAME::off_y"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">int <a class="el" href="struct__ANIMATIONFRAME.htm#o2">off_y</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The y-coordinate of top-left corner of the frame in whole animation screen. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00069">69</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o9" doxytag="_ANIMATIONFRAME::prev"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">struct <a class="el" href="struct__ANIMATIONFRAME.htm">_ANIMATIONFRAME</a>* <a class="el" href="struct__ANIMATIONFRAME.htm#o9">prev</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The previous frame <p>Definition at line <a class="el" href="animation_8h-source.htm#l00090">90</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><a class="anchor" name="o3" doxytag="_ANIMATIONFRAME::width"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">unsigned int <a class="el" href="struct__ANIMATIONFRAME.htm#o3">width</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The width of the frame. <p>Definition at line <a class="el" href="animation_8h-source.htm#l00071">71</a> of file <a class="el" href="animation_8h-source.htm">animation.h</a>. </td> </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="animation_8h-source.htm">animation.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:52 2007 for MiniGUI V1.6.10 API Reference by <a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -