StdPoly
TheStdPolyprocedure is QuickDraw's standard low-level routine for drawing a polygon.
PROCEDURE StdPoly (verb:æGrafVerb; poly:æPolyHandle);
verb- One of the following actions to perform, as defined for the
GrafVerbdata type:GrafVerb = (frame, paint, erase, invert, fill);
poly- A handle to the polygon data.
DESCRIPTION
TheStdPolyprocedure draws the polygon specified in thepolyparameter according to the action specified in theverbparameter.SPECIAL CONSIDERATIONS
TheStdPolyprocedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help