1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>GXGetPointSize</title>
10</head>
11
12<body>
13
14<h1 align="left">GXGetPointSize</h1>
15
16<h2>C Specification</h2>
17
18<dl>
19<dd><pre><CODE>#include &lt;revolution/gx.h&gt;</CODE></pre></dd>
20<dd><pre><CODE>void GXGetPointSize( u8* size, <a href="../Enumerated_Types/GXTexOffset.html">GXTexOffset</a>* tex_offsets );</CODE></pre></dd>
21</dl>
22<h2>Arguments</h2>
23<TABLE border="1" cellpadding="3" cellspacing="0.1">
24  <tr>
25<TD width="120" bgcolor="#ffffe8"><em><strong><CODE>size</font></strong></em></TD>
26<TD width="520">Returns the width of the point in 1/6 pixels Maximum size is 42.5 pixels</TD>
27    </tr>
28  <tr>
29<TD width="120" bgcolor="#ffffe8"><em><strong><CODE>tex_offsets</font></strong></em></TD>
30<TD width="520">Returns the <a href="../Enumerated_Types/GXTexOffset.html">offset</a> from the vertex texture coordinates to the other corners of the point</TD>
31    </tr>
32</TABLE>
33<h2>Return Values</h2>
34
35<p>None.</p>
36<H2>Description</H2>
37<P>This function returns the <code><em><strong>size</strong></em></code> and <code><em><strong>tex_offset</strong></em></code> parameters of point primitives.&nbsp;The parameters are set using <a href="GXSetPointSize.html"><code>GXSetPointSize</code></a>.</P>
38
39<h2>See Also</h2>
40<P><A href="GXSetPointSize.html"><CODE>GXSetPointSize</CODE></A></P>
41<H2>Revision History</H2>
42<P>03/01/2006 Initial version.</P>
43</BODY>
44</HTML>