DrawingWindowSetPenColor Method (Int32, Int32, Int32) |
Changes the the current pen/solid brush color to desired color in RGB from
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetPenColor(
int red,
int green,
int blue
)
Parameters
- red
- Type: SystemInt32
the red byte - green
- Type: SystemInt32
the green byte - blue
- Type: SystemInt32
the blue byte
See Also