SadConsole by Thraka

<PackageReference Include="SadConsole" Version="10.0.1-debug" />

.NET API 459,776 bytes

 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.