[]
Gets or sets the color of the foreground of the device context.
public Color ForegroundColor { get; set; }
Type | Description |
---|---|
Color | A Color structure that indicates the 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.