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