PRC_Clear

C Specification

#include <nitro/prc.h>

void PRC_Clear( PRCStrokes*  strokes );

Arguments

strokes Pointer to the input stroke structure.

Return Values

None

Description

Returns strokes to the clear state that immediately follows PRC_InitStrokes.

See Also

PRC_InitStrokes, PRC_AppendPoint, PRC_AppendPenUpMarker, PRC_IsFull, PRC_IsEmpty

Revision History

06/23/2004 Initial Version