#include <nitro/prc.h>
void PRC_AppendPoint(
PRCStrokes* strokes,
int x,
int y );
strokes | Pointer to the input stroke structure. |
x | X coordinate of the point to be appended to strokes . |
y | Y coordinate of the point to be appended to strokes . |
None
Appends a point (x
, y
) to strokes
.
PRC_InitStrokes
, PRC_AppendPenUpMarker
, PRC_Clear
, PRC_IsFull
06/23/2004 Initial Version