In This Topic
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
Public Sub Offset( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Rect
Dim x As Integer
Dim y As Integer
instance.Offset(x, y)
public void Offset(
int ,
int
)
Parameters
- x
- The horizontal offset.
- y
- The vertical offset
See Also