PRC_GetInputPatternStrokes

C Specification

#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

Acquires shaped stroke data from an input pattern that is shaped by PRC_InitInputPattern*. 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

06/23/2004 Initial Version