Offset(Double,Double) Method
In This Topic
Offsets the location of the current
RectangleD by specified horizontal and vertical amounts.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As Double, _
ByVal As Double _
)
public void Offset(
double ,
double
)
Parameters
- x
- The horizontal offset to apply.
- y
- The vertical offset to apply.
See Also