Important: The information in this document is obsolete and should not be used for new development.
StdPoly
TheStdPolyprocedure is QuickDraw's standard low-level routine for drawing a polygon.
PROCEDURE StdPoly (verb:\xDDGrafVerb; poly:\xDDPolyHandle);
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.