|
||
SS_PEN_INFO |
||||||||
Structure |
A data type that is used to store information retrieved about a drawing pen
struct SS_PEN_INFO { RGB rgb; // The current pen color USINT32 type; // The current pen width & style };
|
|||||||
Members |
|
|||||||
Remarks |
The macros LINE_WIDTH and LINE_STYLE can be used with 'type' to extract the width and style index. |
|
||||||
See Also |
|
|||||||
Header |
silver.h |
|||||||
|