Offset(Double,Double) Method
In This Topic
Offsets the rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As System.Double, _
ByVal As System.Double _
)
public void Offset(
System.double ,
System.double
)
Parameters
- dx
- dy
See Also