Offset(Double,Double) Method
Translates this
Point by the specified amount.
'Declaration
Public Overloads Sub Offset( _
ByVal As Double, _
ByVal As Double _
)
'Usage
Dim instance As Point
Dim x As Double
Dim y As Double
instance.Offset(x, y)
Parameters
- x
- The amount to offset the x-coordinate.
- y
- The amount to offset the y-coordinate.