#include <nitro/prc.h>
BOOL PRC_IsEmpty( PRCStrokes* strokes );
strokes | Pointer to the input stroke structure. |
Returns TRUE if strokes
is empty.
Checks to see if strokes
is empty.
PRC_InitStrokes
, PRC_AppendPoint
, PRC_AppendPenUpMarker
, PRC_Clear
, PRC_IsFull
06/29/2004 Initial Version