WindowlessControls.PlatformBitmap.IsOpaque C# (CSharp) Method

IsOpaque() static private method

static private IsOpaque ( string filename ) : bool
filename string
return bool
        static bool IsOpaque(string filename)
        {
            return myOpaqueBitmaps.Contains(Path.GetExtension(filename).ToUpper());
        }