|  | ||
| 
 | 
 void get_pen_info ( SS_PEN_INFO *pen_info ) 
 SS_PEN_INFO *pen_info; // A pointer to an SS_PEN_INFO data type 
 
 | 
 | ||
| Synopsis | #include "silver.h" 
 The get_pen_info function retrieves properties of SilverScreen's current pen 
 | 
 | ||
| Parameters | pen_info is a pointer to an SS_PEN_INFO data type that will receive the pen information 
 | 
 | ||
| Return Value | none 
 | 
 | ||
| Remarks | The current pen is set via the pen command and is used when drawing primitives. 
 | 
 | ||
| See Also | 
 | 
 | ||
| Example | The following code gets the current pen info, then reports the pen color as an RGB triple: 
 | 
 |