PRC_AppendPoint

C Specification

#include <nitro/prc.h>

void PRC_AppendPoint(
PRCStrokes* strokes,
int         x,
int         y );

Arguments

strokes Pointer to the input stroke structure.
x X coordinate of the point to be appended to strokes.
y Y coordinate of the point to be appended to strokes.

Return Values

None

Description

Appends a point (x, y) to strokes.

See Also

PRC_InitStrokes, PRC_AppendPenUpMarker, PRC_Clear, PRC_IsFull

Revision History

06/23/2004 Initial Version