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>GXGetLineWidth</title> 10</head> 11 12<body> 13 14<h1 align="left">GXGetLineWidth</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><CODE>#include <revolution/gx.h></CODE></pre></dd> 20<dd><pre><CODE>void GXGetLineWidth( u8* width, <a href="../Enumerated_Types/GXTexOffset.html">GXTexOffset</a>* tex_offsets );</CODE></pre></dd> 21</dl><h2>Arguments</h2> 22<TABLE border="1" cellpadding="3" cellspacing="0.1"> 23 <tr> 24<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>width</font></strong></em></TD> 25<TD width="520">Returns the width of the line in 1/6 pixels. The Maximum width is 42.5 pixels.</TD> 26 </tr> 27 <tr> 28<TD width="120" valign="top" bgcolor="#ffffe8"><em><strong><CODE>tex_offsets</font></strong></em></TD> 29<TD width="520">Returns the <a href="../Enumerated_Types/GXTexOffset.html">offset</a> from the vertex texture coordinates to the other corners of the line</TD> 30 </tr> 31</TABLE> 32<h2>Return Values</h2> 33 34<p>None.</p> 35<H2>Description</H2> 36<P>This function returns the <code><em><strong>width</strong></em></code> and <code><em><strong>tex_offsets</strong></em></code> of line primitives. The line parameters are set using <a href="GXSetLineWidth.html">GXSetLineWidth</a>.</P> 37 38<h2>See Also</h2> 39<P><A href="GXSetLineWidth.html"><CODE>GXSetLineWidth</CODE></A></P> 40<H2>Revision History</H2> 41<P>03/01/2006 Initial version.</P> 42</BODY> 43</HTML>