| GfxSelectPen | Low-level graphics | 
| SYNTAX | GfxSelectPen( color, width = 1, penstyle = penSolid ) | 
| RETURNS | NOTHING | 
| FUNCTION | GfxSelectPen initializes (if not already initialized) a pen with the specified style, width, and color. Then selects the pen as current for subsequent drawing operations. Parameters: 
 More info on pens in Windows GDI: http://msdn2.microsoft.com/en-us/library/ms535467 NOTE: This is LOW-LEVEL graphic function. To learn more about low-level graphic functions please read TUTORIAL: Using low-level graphics. | 
| EXAMPLE | GfxSelectPen( colorGreen, 2 );  | 
| SEE ALSO | GfxLineTo() function , GfxMoveTo() function , GfxSetPixel() function , GfxTextOut() function | 
The GfxSelectPen function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.