_GetBestMatch() private method

private _GetBestMatch ( IList frames, int bitDepth, int width, int height ) : System.Windows.Media.Imaging.BitmapFrame
frames IList
bitDepth int
width int
height int
return System.Windows.Media.Imaging.BitmapFrame
Exemplo n.º 1
0
 public static BitmapFrame GetBestMatch(IList <BitmapFrame> frames, int width, int height)
 {
     return(Utility._GetBestMatch(frames, Utility._GetBitDepth(), width, height));
 }