_GetBestMatch() приватный Метод

private _GetBestMatch ( IList frames, int bitDepth, int width, int height ) : System.Windows.Media.Imaging.BitmapFrame
frames IList
bitDepth int
width int
height int
Результат System.Windows.Media.Imaging.BitmapFrame
Пример #1
0
 public static BitmapFrame GetBestMatch(IList <BitmapFrame> frames, int width, int height)
 {
     return(Utility._GetBestMatch(frames, Utility._GetBitDepth(), width, height));
 }