![]() |
PenNormal |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
Sets the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values.
void PenNormal ();
The PenNormal function 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 of patCopy, and a pattern of black. The pen location does not change.
The PenNormal function may move or purge memory blocks in the application heap; do not call this function at interrupt time.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)