* added documentation (in-code and pasdoc generated)
[LazOpenGLCore.git] / doc / glBitmap.TglBitmapFunctionRec.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2 <html>
3 <head>
4 <title>glBitmap: record TglBitmapFunctionRec</title>
5 <meta name="generator" content="PasDoc 0.13.0">
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
7 <link rel="StyleSheet" type="text/css" href="pasdoc.css">
8 </head>
9 <body>
10 <table class="container"><tr><td class="navigation">
11 <p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
12 <a name="TglBitmapFunctionRec"></a><h1 class="cio">record TglBitmapFunctionRec</h1>
13 <table class="sections wide_list">
14 <tr>
15 <td><a class="section" href="#PasDoc-Description">Description</a></td><td>Hierarchy</td><td><a class="section" href="#PasDoc-Fields">Fields</a></td><td>Methods</td><td>Properties</td></tr></table>
16 <a name="PasDoc-Description"></a><h2 class="unit">Unit</h2>
17 <p class="unitlink">
18 <a  href="glBitmap.html">glBitmap</a></p>
19 <h2 class="declaration">Declaration</h2>
20 <p class="declaration">
21 <code>type TglBitmapFunctionRec = record</code></p>
22 <h2 class="description">Description</h2>
23 <p>
24 structure to store data for converting in</p>
25 <h2 class="overview">Overview</h2>
26 <a name="PasDoc-Fields"></a><h3 class="summary">Fields</h3>
27 <table class="summary wide_list">
28 <tr class="list">
29 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Sender">Sender</a></b>:   <a  href="glBitmap.TglBitmap.html">TglBitmap</a>;</code></td>
30 </tr>
31 <tr class="list2">
32 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Size">Size</a></b>:     <a  href="glBitmap.TglBitmapSize.html">TglBitmapSize</a>;</code></td>
33 </tr>
34 <tr class="list">
35 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Position">Position</a></b>: <a  href="glBitmap.html#TglBitmapPixelPosition">TglBitmapPixelPosition</a>;</code></td>
36 </tr>
37 <tr class="list2">
38 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Source">Source</a></b>:   <a  href="glBitmap.TglBitmapPixelData.html">TglBitmapPixelData</a>;</code></td>
39 </tr>
40 <tr class="list">
41 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Dest">Dest</a></b>:     <a  href="glBitmap.TglBitmapPixelData.html">TglBitmapPixelData</a>;</code></td>
42 </tr>
43 <tr class="list2">
44 <td class="itemcode"><code><b><a  href="glBitmap.TglBitmapFunctionRec.html#Args">Args</a></b>:     Pointer;</code></td>
45 </tr>
46 </table>
47 <h2 class="description">Description</h2>
48 <h3 class="detail">Fields</h3>
49 <table class="detail wide_list">
50 <tr class="list">
51 <td class="itemcode"><a name="Sender"></a><code><b>Sender</b>:   <a  href="glBitmap.TglBitmap.html">TglBitmap</a>;</code></td>
52 </tr>
53 <tr><td colspan="1">
54 <p>
55 texture object that stores the data to convert</p>
56 </td></tr>
57 </table>
58 <table class="detail wide_list">
59 <tr class="list">
60 <td class="itemcode"><a name="Size"></a><code><b>Size</b>:     <a  href="glBitmap.TglBitmapSize.html">TglBitmapSize</a>;</code></td>
61 </tr>
62 <tr><td colspan="1">
63 <p>
64 size of the texture</p>
65 </td></tr>
66 </table>
67 <table class="detail wide_list">
68 <tr class="list">
69 <td class="itemcode"><a name="Position"></a><code><b>Position</b>: <a  href="glBitmap.html#TglBitmapPixelPosition">TglBitmapPixelPosition</a>;</code></td>
70 </tr>
71 <tr><td colspan="1">
72 <p>
73 position of the currently pixel</p>
74 </td></tr>
75 </table>
76 <table class="detail wide_list">
77 <tr class="list">
78 <td class="itemcode"><a name="Source"></a><code><b>Source</b>:   <a  href="glBitmap.TglBitmapPixelData.html">TglBitmapPixelData</a>;</code></td>
79 </tr>
80 <tr><td colspan="1">
81 <p>
82 pixel data of the current pixel</p>
83 </td></tr>
84 </table>
85 <table class="detail wide_list">
86 <tr class="list">
87 <td class="itemcode"><a name="Dest"></a><code><b>Dest</b>:     <a  href="glBitmap.TglBitmapPixelData.html">TglBitmapPixelData</a>;</code></td>
88 </tr>
89 <tr><td colspan="1">
90 <p>
91 new data of the pixel (must be filled in)</p>
92 </td></tr>
93 </table>
94 <table class="detail wide_list">
95 <tr class="list">
96 <td class="itemcode"><a name="Args"></a><code><b>Args</b>:     Pointer;</code></td>
97 </tr>
98 <tr><td colspan="1">
99 <p>
100 user defined args that was passed to the convert function</p>
101 </td></tr>
102 </table>
103 <hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.13.0</a> on 2014-12-21 15:05:48</em>
104 </span>
105 </td></tr></table></body></html>