WindowlessControls.PlatformBitmap.IsOpaque C# (CSharp) Méthode

IsOpaque() static private méthode

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