Tests whether the specified color is invisible (i.e. equals
System.Drawing.Color.Empty or
System.Drawing.Color.Transparent).
'Declaration
Public Shared Function IsColorEmpty( _
ByVal As Color _
) As Boolean
public static bool IsColorEmpty(
Color
)
Parameters
- color
- The color to test.
Return Value
true if the specified color is invisible, false otherwise.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2