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>PRC_AppendPenUpMarker</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">PRC_AppendPenUpMarker <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16<dl>
17  <dd><PRE><CODE>#include &lt;nitro/prc.h&gt;
18
19void PRC_AppendPenUpMarker( <A href="PRCStrokes.html">PRCStrokes</A>*  strokes );
20</CODE></PRE></dd>
21</dl>
22
23<h2>Arguments</h2>
24<table border="1" width="100%">
25  <tbody>
26    <TR>
27      <TD width="13%"><EM><STRONG><FONT face="Courier New">strokes</FONT></STRONG></EM></TD>
28      <TD width="87%">Pointer to the input stroke structure.</TD>
29    </TR>
30  </tbody>
31</table>
32
33<h2>Return Values</h2>
34<p>None.</p>
35
36<H2>Description</H2>
37<P>Appends a marker at the end of <CODE>strokes</CODE> that indicates that the pen has lifted up.</P>
38<P>It is equivalent to <CODE><a href="PRC_AppendPoint.html">PRC_AppendPoint(strokes, PRC_PEN_UP_MARKER_X, PRC_PEN_UP_MARKER_Y)</a></CODE>.</P>
39<h2>See Also</h2>
40<p><CODE><A href="PRC_InitStrokes.html">PRC_InitStrokes</A>, <A href="PRC_AppendPoint.html">PRC_AppendPoint</A>, <A href="PRC_Clear.html">PRC_Clear</A>, <A href="PRC_IsFull.html">PRC_IsFull</A><br></CODE></p>
41
42<H2>Revision History</H2>
43<P>2004/06/23 Initial version.</P>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46