IsColorEmpty Method (Utils)
 
            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.