Method Translate
Translate(double, double)
Returns a new rectangle translated (moved) by the specified offsets along the X and Y axes.
public Rectangle Translate(double x, double y)
Returns a new rectangle translated (moved) by the specified offsets along the X and Y axes.
public Rectangle Translate(double x, double y)