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