PRC_IsPenUpMarker

C Specification

#include <nitro/prc.h>

BOOL PRC_IsPenUpMarker( PRCPoint* point );

Arguments

point Pointer to PRCPoint.

Return Values

Returns TRUE if point is the pen-up marker for indicating that the pen was lifted up.

Description

Checks whether point is the pen-up marker for indicating that the pen was lifted up.

See Also

PRC_AppendPenUpMarker

Revision History

06/23/2004 Initial Version