Removed Comments
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using System.Drawing;
|
||||
using System.Drawing;
|
||||
|
||||
namespace View_by_Distance.Shared.Models.Stateless.Methods;
|
||||
|
||||
@ -90,9 +90,7 @@ internal abstract class Location
|
||||
{
|
||||
decimal factor = 100;
|
||||
int factorMinusOne = (int)factor - 1;
|
||||
// int.MaxPercentage = 21 47 48 36 47;
|
||||
int length = (locationDigits - 1) / 4;
|
||||
// Rectangle rectangle=new(x, y, width, h);
|
||||
decimal x = left / (decimal)width * factor;
|
||||
decimal y = top / (decimal)height * factor;
|
||||
decimal w = (right - left) / (decimal)width * factor;
|
||||
|
Reference in New Issue
Block a user