Drag-Drop-Move
This commit is contained in:
.vscode
Drag-Drop-Move
.vscode
Drag-Drop-Move.csprojDragDropMove.Designer.csDragDropMove.csModels
Program.csappsettings.Development.jsonappsettings.jsonInstance
Map/Models
Metadata/Models/Stateless/Methods
Shared/Models/Stateless/Methods
View-by-Distance-MKLink-Console.sln@ -95,6 +95,11 @@ public interface ILocation
|
||||
static int GetNormalizedRectangle(Models.Location location, int locationDigits, Models.OutputResolution outputResolution) =>
|
||||
Location.GetNormalizedRectangle(location.Bottom, OutputResolution.Get(outputResolution).Height, location.Left, locationDigits, location.Right, location.Top, OutputResolution.Get(outputResolution).Width, zCount: 1);
|
||||
|
||||
int TestStatic_GetNormalizedRectangle(int locationDigits) =>
|
||||
GetNormalizedRectangle(locationDigits);
|
||||
static int GetNormalizedRectangle(int locationDigits) =>
|
||||
Location.GetNormalizedRectangle(1, 1, 0, locationDigits, 1, 0, 1, zCount: 1);
|
||||
|
||||
int TestStatic_GetNormalizedRectangle(int bottom, int height, int left, int locationDigits, int right, int top, int width) =>
|
||||
GetNormalizedRectangle(bottom, height, left, locationDigits, right, top, width);
|
||||
static int GetNormalizedRectangle(int bottom, int height, int left, int locationDigits, int right, int top, int width) =>
|
||||
|
Reference in New Issue
Block a user