Offset(Double,Double) Method
Adjusts the location of this rectangle by the specified amount.
'Declaration
Public Overloads Sub Offset( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As Rectangle
Dim x As Double
Dim y As Double
instance.Offset(x, y)
Parameters
- x
- The horizontal offset.
- y
- The vertical offset