SetDrawColor
The SetDrawColor function creates a solid pen one pixel width with given color.
SetDrawColor
nColor
Parameters
-
nColor
-
The number of color in the palette to create pen.
Remarks
This function is equivalent the calling of CreatePen with
the following parameters:
CreatePen "PS_SOLID",1,nColor