DisplaySetColor Method (Int32) |
Set the current color for drawing operations.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public void SetColor(
int color
)
Parameters
- color
- Type: SystemInt32
Color as an integer with bytes in ARGB order.
See Also