In This Topic
Returns a value indicating whether specified Color value represents some "visible" value, for example, this function returns false for transparent color.
Syntax
'Declaration
Public Shared Function IsVisible( _
ByVal As Color _
) As Boolean
public static bool IsVisible(
Color
)
Parameters
- value
See Also