禾欣等级排定改
This commit is contained in:
parent
2ec7eb4a68
commit
3e28703c0a
Binary file not shown.
@ -190,6 +190,7 @@ namespace LeatherApp.Device
|
||||
public int GetWidthForResize(int sumWidth)
|
||||
{
|
||||
int count =(int) Math.Round(sumWidth * 1.0f / image_width, 0);
|
||||
count = 8;
|
||||
return count * image_width;
|
||||
|
||||
//int count = sumWidth / image_width;
|
||||
|
Loading…
Reference in New Issue
Block a user