In This Topic
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
Public Overloads Function Offset( _
ByVal As Point _
) As Rect
public Rect Offset(
Point
)
Parameters
- pos
- Amount to offset the location.
Return Value
Rect.
See Also