Offset Method
Offset(Point)
Adjusts the location of this rectangle by the specified amount.
Declaration
public void Offset(Point pos)
Parameters
Type | Name | Description |
---|---|---|
Point | pos |
Offset(Double, Double)
Adjusts the location of this rectangle by the specified amount.
Declaration
public void Offset(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |