PRC_InitStrokes


C Specification

#include <nitro/prc.h>

void PRC_InitStrokes(
    PRCStrokes*     strokes,
    PRCPoint*       points,
    u32             size );

Description

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.

Arguments

strokes Pointer to the input stroke structure
points Pointer to the PRCPoint array used by strokes.
size The number of elements in points

Return Values

None

See Also

PRC_InitInputPattern*, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull, PRC_IsEmpty

Revision History

06/23/2004 Initial Version