PRC_GetInputPatternStrokes

Syntax

#include <nitro/prc.h>

void* PRC_GetInputPatternStrokes(
    PRCStrokes* strokes,
    const PRCInputPattern* input );

Arguments

strokes Pointer to the PRCStrokes structure that stores stroke data.
input Pointer to an input pattern.

Return Values

None.

Description

Extracts stroke data from an input pattern that is shaped by a PRC_InitInputPattern* function. Since the strokes data structure is a pointer to the stroke data that constitutes the input pattern data, you must not overwrite the stroke data in strokes.

See Also

PRC_InitInputPattern*

Revision History

2004/06/23 Initial version.


CONFIDENTIAL