[]
Sets the color of the foreground of the device context.
public Color SetForegroundColor(Color foregroundColor)
Type | Name | Description |
---|---|---|
Color | foregroundColor |
Type | Description |
---|---|
Color | Returns the previous color of the foreground of the device context. |
The Color is used to draw the face of each character written by the TextOut and ExtTextOut functions. The Color is also used in converting bitmaps from color to monochrome and vice versa.