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="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>PRCStrokes</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRCStrokes <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Definition</h2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/prc.h> 18 19typedef struct PRCStrokes 20{ 21 <A href="PRCPoint.html">PRCPoint</A> *points; 22 int size; 23 u32 capacity; 24} PRCStrokes; 25</CODE></PRE></dd> 26</dl> 27 28<h2>Elements</h2> 29<table border="1" width="100%"> 30 <tbody> 31 <TR> 32 <TD width="13%"><EM><STRONG><FONT face="Courier New">points</FONT></STRONG></EM></TD> 33 <TD width="87%">Pointer to the <CODE><A href="PRCPoint.html">PRCPoint</A></CODE> structure array that actually stores stroke data.</TD> 34 </TR> 35 <TR> 36 <TD width="13%"><EM><STRONG><FONT face="Courier New">size</FONT></STRONG></EM></TD> 37 <TD width="87%">Number of points currently stored.</TD> 38 </TR> 39 <TR> 40 <TD width="13%"><EM><STRONG><FONT face="Courier New">capacity</FONT></STRONG></EM></TD> 41 <TD width="87%">Maximum number of points that can be stored.</TD> 42 </TR> 43 </tbody> 44</table> 45<H2>Description</H2> 46<P>Holds input from the touch panel as an array of coordinate values. Inserting pen-up markers makes it possible to hold multiple image input.</P> 47<h2>See Also</h2> 48<p><CODE><A href="PRCPoint.html">PRCPoint</A>, <A href="PRC_InitStrokes.html">PRC_InitStrokes</A>, <A href="PRC_AppendPoint.html">PRC_AppendPoint</A>, <A href="PRC_AppendPenUpMarker.html">PRC_AppendPenUpMarker</A>, <A href="PRC_Clear.html">PRC_Clear</A>, <A href="PRC_IsFull.html">PRC_IsFull</A><br></CODE></p> 49 50<H2>Revision History</H2> 51<P>2004/06/23 Initial version.</P> 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54