Adjusts the location of this rectangle by the specified amount.
public void Offset(
Point
)
'Declaration
Public Overloads Sub Offset( _
ByVal As Point _
)
'Usage
Dim instance As Rectangle
Dim location As Point
instance.Offset(location)
Parameters
- location
- The horizontal and vertical offset.