Q3Pick_GetData
You can use theQ3Pick_GetDatafunction to get the basic data associated with a pick object.
TQ3Status Q3Pick_GetData ( TQ3PickObject pick, TQ3PickData *data);
pick- A pick object.
data- On entry, a pointer to a pick data structure.
DESCRIPTION
TheQ3Pick_GetDatafunction returns, through thedataparameter, basic information about the pick object specified by thepickparameter. See "Pick Data Structure" on page 15-20 for a description of a pick data structure. Your application is responsible for allocating memory for the pick data structure before callingQ3Pick_GetDataand for disposing of that memory when you're finished using that structure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help