📄 group__bmp__struct.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: Bitmap structure</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>Bitmap structure<br><small>[<a class="el" href="group__text__output__fns.htm">Text output functions</a>]</small></h1><h2>Data Structures</h2><ul><li>struct <a class="el" href="struct__MYBITMAP.htm">_MYBITMAP</a><li>struct <a class="el" href="struct__BITMAP.htm">_BITMAP</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>MiniGUI uses a MYBITMAP structure to represent a device-independent bitmap, and BITMAP structure to represent a device-dependent bitmap.<p>Note that if _USE_NEWGAL is not defined, the BITMAP structure has a different definition:<p><div class="fragment"><pre class="fragment"> <span class="keyword">struct </span><a class="code" href="struct__BITMAP.htm">_BITMAP</a> { <a class="code" href="group__basic__types.htm#ga0">Uint8</a> <a class="code" href="struct__BITMAP.htm#o0">bmType</a>; <a class="code" href="group__basic__types.htm#ga0">Uint8</a> <a class="code" href="struct__BITMAP.htm#o1">bmBitsPerPixel</a>; <a class="code" href="group__basic__types.htm#ga0">Uint8</a> <a class="code" href="struct__BITMAP.htm#o2">bmBytesPerPixel</a>; <a class="code" href="group__basic__types.htm#ga0">Uint8</a> bmReserved; <a class="code" href="group__basic__types.htm#ga4">Uint32</a> <a class="code" href="struct__BITMAP.htm#o4">bmColorKey</a>; <a class="code" href="group__basic__types.htm#ga4">Uint32</a> <a class="code" href="struct__BITMAP.htm#o5">bmWidth</a>; <a class="code" href="group__basic__types.htm#ga4">Uint32</a> <a class="code" href="struct__BITMAP.htm#o6">bmHeight</a>; <a class="code" href="group__basic__types.htm#ga4">Uint32</a> <a class="code" href="struct__BITMAP.htm#o7">bmPitch</a>; <span class="keywordtype">void</span>* <a class="code" href="struct__BITMAP.htm#o8">bmBits</a>; <a class="code" href="group__basic__types.htm#ga4">Uint32</a> bmReserved1; };</pre></div> <hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:54 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 + -