struct_p_p___rect.html revision cedac228d2dd51db4b79ea1e72c7f249408ee061
1{{+bindTo:partials.standard_nacl_api}}
2<h1>PP_Rect Struct Reference</h1>
3<div id="doxygen-ref">
4{{- dummy div to appease doxygen -}}
5  <div>
6<!-- Generated by Doxygen 1.7.6.1 -->
7
8
9</div>
10<!--header-->
11<div class="contents">
12<!-- doxytag: class="PP_Rect" --><h2>
13Data Fields</h2><table class="memberdecls">
14
15<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___point.html">PP_Point</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___rect.html#a9c0921483c30057de10cf63c8832dfd3">point</a></td></tr>
16<tr><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="struct_p_p___size.html">PP_Size</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p___rect.html#a25ce3087fc0893c518d907ba04b8e10b">size</a></td></tr>
17</table>
18<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
19<div class="textblock"><p>The <code><a class="el" href="struct_p_p___rect.html" title="The PP_Rect struct contains the size and location of a 2D rectangle.">PP_Rect</a></code> struct contains the size and location of a 2D rectangle. </p>
20</div><hr /><h2>Field Documentation</h2>
21<a class="anchor" id="a9c0921483c30057de10cf63c8832dfd3"></a><!-- doxytag: member="PP_Rect::point" ref="a9c0921483c30057de10cf63c8832dfd3" args="" -->
22<div class="memitem">
23<div class="memproto">
24<table class="memname">
25<tr>
26<td class="memname">struct <a class="el" href="struct_p_p___point.html">PP_Point</a> <a class="el" href="struct_p_p___rect.html#a9c0921483c30057de10cf63c8832dfd3">PP_Rect::point</a></td>
27</tr>
28</table>
29</div>
30<div class="memdoc">
31<p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
32</div>
33</div>
34<a class="anchor" id="a25ce3087fc0893c518d907ba04b8e10b"></a><!-- doxytag: member="PP_Rect::size" ref="a25ce3087fc0893c518d907ba04b8e10b" args="" -->
35<div class="memitem">
36<div class="memproto">
37<table class="memname">
38<tr>
39<td class="memname">struct <a class="el" href="struct_p_p___size.html">PP_Size</a> <a class="el" href="struct_p_p___rect.html#a25ce3087fc0893c518d907ba04b8e10b">PP_Rect::size</a></td>
40</tr>
41</table>
42</div>
43<div class="memdoc">
44<p>This value represents the width and height of the rectangle. </p>
45</div>
46</div>
47<hr />The documentation for this struct was generated from the following file:<ul>
48<li><a class="el" href="pp__rect_8h.html">pp_rect.h</a></li>
49</ul>
50</div><!-- contents -->
51</div>
52{{/partials.standard_nacl_api}}
53