Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Function Offset( _
ByVal As Double, _
ByVal As Double _
) As Rect
public Rect Offset(
double ,
double
)
Parameters
- x
- The horizontal offset.
- y
- The vertical offset.
See Also