In This Topic
Offsets the location of the current
Rect by horizontal and vertical amounts specified by a
Point.
Syntax
'Declaration
Public Overloads Sub Offset( _
ByVal As Point _
)
public void Offset(
Point
)
Parameters
- pt
- The Point specifying the horizontal and vertical offsets to apply.
See Also