blob: a362e42c7852943fcd8b146ffc765b22772d2532 [file] [log] [blame]
{{+bindTo:partials.standard_nacl_api}}
<h1>PP_Rect Struct Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
<div>
<!-- Generated by Doxygen 1.7.6.1 -->
</div>
<!--header-->
<div class="contents">
<!-- doxytag: class="PP_Rect" --><h2>
Data Fields</h2><table class="memberdecls">
<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>
<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>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<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>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="a9c0921483c30057de10cf63c8832dfd3"></a><!-- doxytag: member="PP_Rect::point" ref="a9c0921483c30057de10cf63c8832dfd3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the x and y coordinates of the upper-left corner of the rectangle. </p>
</div>
</div>
<a class="anchor" id="a25ce3087fc0893c518d907ba04b8e10b"></a><!-- doxytag: member="PP_Rect::size" ref="a25ce3087fc0893c518d907ba04b8e10b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<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>
</tr>
</table>
</div>
<div class="memdoc">
<p>This value represents the width and height of the rectangle. </p>
</div>
</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pp__rect_8h.html">pp_rect.h</a></li>
</ul>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}