Translates this
Point by the specified amount.
public void Offset(
Point
)
'Declaration
Public Overloads Sub Offset( _
ByVal As Point _
)
'Usage
Dim instance As Point
Dim location As Point
instance.Offset(location)
Parameters
- location
- The Point used offset this Point.