<PackageReference Include="NETStandard.Library" Version="2.0.0-preview1-25301-01" />
System.Drawing.Rectangle
public int Height {
get;
set; }
public int Right {
get; }
public int Width {
get;
set; }
public int X {
get;
set; }
public int Y {
get;
set; }
public Rectangle(
int x,
int y,
int width,
int height)
public void Inflate(
int width,
int height)
public void Offset(
int x,
int y)