BlazorReorder/BlazorReorderList/Model.cs
2022-04-05 18:43:31 -03:00

5 lines
190 B
C#

namespace BlazorReorderList;
public record point(int x, int y);
public record clientRect(float left, float top, float right, float bottom, float x, float y, float width, float height);