SadConsole by Thraka

<PackageReference Include="SadConsole" Version="9.2.1" />

 RectangleExtensions

public static class RectangleExtensions
Extensions for the Rectangle type.
public static Rectangle ToConsole(this Rectangle rect, Point fontSize)

Converts a rectangle from pixels to cells.

public static Rectangle ToConsole(this Rectangle rect, int cellWidth, int cellHeight)

Converts a rectangle from pixels to cells.

public static Rectangle ToPixels(this Rectangle rect, Point fontSize)

Converts a rectangle from cells to pixels.

public static Rectangle ToPixels(this Rectangle rect, int cellWidth, int cellHeight)

Converts a rectangle from cells to pixels.