TQADrawPoint
A drawing engine must define a method to draw a point.
typedef void (*TQADrawPoint) ( const TQADrawContext *drawContext, const TQAVGouraud *v);
drawContext- A draw context.
v- A Gouraud vertex.
DESCRIPTION
YourTQADrawPointfunction should draw the single point specified by thevparameter to the draw context specified by thedrawContextparameter. The size of the point is determined by thekQATag_Widthstate variable of the draw context.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help