Whether is transparent color.
public static System.bool IsTransparent(
System.Windows.Media.Color
)
'Declaration
Public Shared Function IsTransparent( _
ByVal As System.Windows.Media.Color _
) As System.Boolean
Parameters
- clr
- A drawing (media) color.
Return Value
true is the color is transparent, otherwise false.