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