#include <nitro/prc.h>
void PRC_AppendPoint(
PRCStrokes* strokes,
int x ,
int y );
Appends a point (x, y) to strokes.
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
PRC_InitStrokes, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull
06/23/2004 Initial version