CADability dotNET
Clear the whole area with this color. Used before painting objects.

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

Syntax

C#
void Clear(
	Color background
)
Visual Basic
Sub Clear ( _
	background As Color _
)
Visual C++
void Clear(
	Color background
)

Parameters

background
Type: System.Drawing..::..Color
Color to clear display with

See Also