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