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>GXGetScissor</title> 10</head> 11 12<body> 13 14<h1 align="left">GXGetScissor</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/gx.h> 19 20void GXGetScissor( 21 u32* xOrig, 22 u32* yOrig, 23 u32* wd, 24 u32* ht ); 25</pre></dd></dl> 26 27<h2>Arguments</h2> 28<TABLE class="arguments" border="1" > 29 <tr> 30<TH>xOrig</TH> 31<TD>Returns the left-most coordinate of the scissor box in screen coordinates</TD> 32 </tr> 33 <tr> 34<TH>yOrig</TH> 35<TD>Returns the top-most coordinate of the scissor box in screen coordinates</TD> 36 </tr> 37 <tr> 38<TH>wd</TH> 39<TD>Returns the width of the scissor box width in screen coordinates</TD> 40 </tr> 41 <tr> 42<TH>ht</TH> 43<TD>Returns the height of the scissor box in screen coordinates</TD> 44 </tr> 45</TABLE> 46 47<h2>Return Values</h2> 48<p>None.</p> 49 50<H2>Description</H2> 51<P>The scissor box specifies an area of the screen where primitives are <EM>not</EM> culled. This function returns the current scissor box in screen coordinates. Use the <A href="GXSetScissor.html"><CODE>GXSetScissor</CODE></A> function to configure the scissor box.</P> 52 53<h2>See Also</h2> 54<p class="reference"> 55<A href="GXSetScissor.html">GXSetScissor</A> 56</p> 57 58<H2>Revision History</H2> 59<P> 602006/03/01 Initial version.<br> 61</P> 62 63<hr><p>CONFIDENTIAL</p></body> 64</HTML>