PRC_AppendPoint

Syntax

#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

2004/06/23 Initial version.


CONFIDENTIAL