_GetBitDepth() private method

private _GetBitDepth ( ) : int
return int
コード例 #1
0
ファイル: Utility.cs プロジェクト: zixing131/HandyControl
 public static BitmapFrame GetBestMatch(IList <BitmapFrame> frames, int width, int height)
 {
     return(Utility._GetBestMatch(frames, Utility._GetBitDepth(), width, height));
 }