IsColorTransparent Method
In This Topic
Tests whether specified color is transparent.
Syntax
'Declaration
Public Shared Function IsColorTransparent( _
ByVal As Color _
) As Boolean
public static bool IsColorTransparent(
Color
)
Parameters
- color
- The color to test.
Return Value
true if the specified color is transparent, false otherwise.
See Also