Offset Method
Offset(Int32, Int32)
Translates this Int32Point by the specified amount.
Declaration
public void Offset(int dx, int dy)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | dx | |
| System.Int32 | dy |
Offset(Int32Point)
Translates this Int32Point by the specified amount.
Declaration
public void Offset(Int32Point p)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32Point | p |