Tests whether the specified color is invisible (i.e. equals Empty or Transparent).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsColorEmpty(
	Color color
)
Visual Basic
Public Shared Function IsColorEmpty ( _
	color As Color _
) As Boolean

Parameters

color
Type: System.Drawing..::..Color
The color to test.

Return Value

true if the specified color is invisible, false otherwise.

See Also