📄 struct__mybitmap.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: _MYBITMAP 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>_MYBITMAP Struct Reference<br><small>[<a class="el" href="group__bmp__struct.htm">Bitmap structure</a>]</small></h1><code>#include <<a class="el" href="gdi_8h-source.htm">gdi.h</a>></code><p><h2>Data Fields</h2><ul><li><a class="el" href="group__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__MYBITMAP.htm#o0">flags</a><li>int <a class="el" href="struct__MYBITMAP.htm#o1">frames</a><li><a class="el" href="group__basic__types.htm#ga0">Uint8</a> <a class="el" href="struct__MYBITMAP.htm#o2">depth</a><li><a class="el" href="group__basic__types.htm#ga0">Uint8</a> <a class="el" href="struct__MYBITMAP.htm#o3">alpha</a><li><a class="el" href="group__basic__types.htm#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o5">transparent</a><li><a class="el" href="group__basic__types.htm#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o6">w</a><li><a class="el" href="group__basic__types.htm#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o7">h</a><li><a class="el" href="group__basic__types.htm#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o8">pitch</a><li><a class="el" href="group__basic__types.htm#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o9">size</a><li><a class="el" href="group__win32__types.htm#ga0">BYTE</a> * <a class="el" href="struct__MYBITMAP.htm#o10">bits</a></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Device-independent bitmap structure. <p><p>Definition at line <a class="el" href="gdi_8h-source.htm#l07083">7083</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>.<hr><h2>Field Documentation</h2><a class="anchor" name="o3" doxytag="_MYBITMAP::alpha"></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__MYBITMAP.htm#o3">alpha</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The alpha channel value. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07120">7120</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o10" doxytag="_MYBITMAP::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__win32__types.htm#ga0">BYTE</a>* <a class="el" href="struct__MYBITMAP.htm#o10">bits</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The pointer to the bits of the bitmap. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07135">7135</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o2" doxytag="_MYBITMAP::depth"></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__MYBITMAP.htm#o2">depth</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The pixel depth. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07118">7118</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o0" doxytag="_MYBITMAP::flags"></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__win32__types.htm#ga4">DWORD</a> <a class="el" href="struct__MYBITMAP.htm#o0">flags</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Flags of the bitmap, can be OR'ed by the following values:<ul><li>MYBMP_TYPE_NORMAL<br> A normal palette bitmap.</li><li>MYBMP_TYPE_RGB<br> A RGB bitmap.</li><li>MYBMP_TYPE_BGR<br> A BGR bitmap.</li><li>MYBMP_TYPE_RGBA<br> A RGBA bitmap.</li><li>MYBMP_FLOW_DOWN<br> The scanline flows from top to bottom.</li><li>MYBMP_FLOW_UP<br> The scanline flows from bottom to top.</li><li>MYBMP_TRANSPARENT<br> Have a trasparent value.</li><li>MYBMP_ALPHACHANNEL<br> Have a alpha channel.</li><li>MYBMP_ALPHA<br> Have a per-pixel alpha value.</li><li>MYBMP_RGBSIZE_3<br> Size of each RGB triple is 3 bytes.</li><li>MYBMP_RGBSIZE_4<br> Size of each RGB triple is 4 bytes.</li><li>MYBMP_LOAD_GRAYSCALE<br> Tell bitmap loader to load a grayscale bitmap.</li><li>MYBMP_LOAD_ALLOCATE_ONE<br> Tell bitmap loader to allocate space for only one scanline. </li></ul><p>Definition at line <a class="el" href="gdi_8h-source.htm#l07114">7114</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o1" doxytag="_MYBITMAP::frames"></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__MYBITMAP.htm#o1">frames</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The number of the frames. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07116">7116</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o7" doxytag="_MYBITMAP::h"></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#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o7">h</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The height of the bitmap. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07128">7128</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o8" doxytag="_MYBITMAP::pitch"></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#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o8">pitch</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The pitch of the bitmap. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07130">7130</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o9" doxytag="_MYBITMAP::size"></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#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o9">size</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The size of the bits of the bitmap. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07132">7132</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o5" doxytag="_MYBITMAP::transparent"></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#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o5">transparent</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The transparent pixel. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07123">7123</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><a class="anchor" name="o6" doxytag="_MYBITMAP::w"></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#ga4">Uint32</a> <a class="el" href="struct__MYBITMAP.htm#o6">w</a> </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>The width of the bitmap. <p>Definition at line <a class="el" href="gdi_8h-source.htm#l07126">7126</a> of file <a class="el" href="gdi_8h-source.htm">gdi.h</a>. </td> </tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="gdi_8h-source.htm">gdi.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 + -