QARegisterDrawMethod
You can use theQARegisterDrawMethodfunction to register a public draw context method with QuickDraw 3D RAVE.
TQAError QARegisterDrawMethod ( TQADrawContext *drawContext, TQADrawMethodTag methodTag, TQADrawMethod method);
drawContext- A draw context.
methodTag- A selector that determines which draw context method is to be registered for the specified draw context. See "Public Draw Context Method Selectors" (page 1-67) for complete information about the available method selectors.
method- A pointer to the draw context method of the specified type.
DESCRIPTION
TheQARegisterDrawMethodfunction changes the method pointer of the draw context specified by thedrawContextparameter that has the type specified by themethodTagparameter to the method specified by themethodparameter. You should callQARegisterDrawMethodinstead of directly changing the fields of a draw context structure.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help