public static BitmapFrame GetBestMatch(IList <BitmapFrame> frames, int width, int height) { return(Utility._GetBestMatch(frames, Utility._GetBitDepth(), width, height)); }