<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Drawing.Size

public struct Size
public static readonly Size Empty

public int Height { get; set; }

public bool IsEmpty { get; }

public int Width { get; set; }

public Size(Point pt)

public Size(int width, int height)

public static Size Add(Size sz1, Size sz2)

public static Size Ceiling(SizeF value)

public static Size op_Addition(Size sz1, Size sz2)

public static bool op_Equality(Size sz1, Size sz2)

public static Point op_Explicit(Size size)

public static SizeF op_Implicit(Size p)

public static bool op_Inequality(Size sz1, Size sz2)

public static Size op_Subtraction(Size sz1, Size sz2)

public static Size Round(SizeF value)

public static Size Subtract(Size sz1, Size sz2)

public static Size Truncate(SizeF value)