Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Offset Method / Offset(Point) Method
The horizontal and vertical offset.


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

Parameters

location
The horizontal and vertical offset.
See Also