PenNormal
To set the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values, use thePenNormalprocedure.
PROCEDURE PenNormal;DESCRIPTION
ThePenNormalprocedure restores the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values: a size of 1 pixel by 1 pixel, a pattern mode ofpatCopy, and a pattern ofblack. The pen location does not change.SPECIAL CONSIDERATIONS
ThePenNormalprocedure 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