Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As Single, _
ByVal As Single _
)
public void Offset(
float ,
float
)
Parameters
- dx
- The amount to offset the location horizontally.
- dy
- The amount to offset the location vertically.
See Also