

#include <nitro/prc.h>
void PRC_InitStrokes(
PRCStrokes* strokes,
PRCPoint* points,
u32 size );
| strokes | Pointer to the input stroke structure. |
| points | Pointer to the PRCPoint array used by strokes. |
| size | The number of elements in points. |
None.
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.
PRC_InitInputPattern*, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull, PRC_IsEmpty
2004/06/23 Initial version.
CONFIDENTIAL