FM.LiveSwitch by Frozen Mountain Software

<PackageReference Include="FM.LiveSwitch" Version="1.5.2.10725" />

.NET API 4,720,640 bytes

 Size

public class Size
public static Size Empty { get; }

public int Height { get; set; }

public int Width { get; set; }

public Size()

public Size(int width, int height)

public static Size FromJson(string sizeJson)

public static Size FromStruct(Size size)

public static bool IsEquivalent(Size size1, Size size2)

public static bool op_Equality(Size size1, Size size2)

public static bool op_Inequality(Size size1, Size size2)

public static string ToJson(Size size)

public static Size ToStruct(Size size)

public bool Equals(Size size)

public bool IsEquivalent(Size size)

public string ToJson()

public Size ToStruct()