Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure / Offset Method / Offset(Point) Method
The Point used offset this Point.


In This Topic
Offset(Point) Method
In This Topic
Translates this Point by the specified amount.
Syntax
'Declaration
 
Public Overloads Sub Offset( _
   ByVal location As Point _
) 
 
'Usage
 
Dim instance As Point
Dim location As Point
 
instance.Offset(location)

Parameters

location
The Point used offset this Point.
See Also