CADability dotNET
Sets the color for the next paint methods

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void SetColor(
	Color color
)
Visual Basic
Sub SetColor ( _
	color As Color _
)
Visual C++
void SetColor(
	Color color
)

Parameters

color
Type: System.Drawing..::..Color
The color to use for drawing

See Also