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