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