_GetBitDepth() private method

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