#include <nitro/prc.h>
void PRC_InitStrokes(
PRCStrokes* strokes,
PRCPoint* points,
u32 size );
Initializes the PRCStrokes structure that stores input strokes
Specifies a pointer to the PRCPoint array that contains actual coordinates. Also specifies the number of elements in the array.
| strokes | Pointer to the input stroke structure |
| points | Pointer to the PRCPoint array used by strokes. |
| size | The number of elements in points |
None
PRC_InitInputPattern*, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull, PRC_IsEmpty
06/23/2004 Initial Version