TypeLib Xojo support Plugin

Rectangle.Offset Method

Moves the rectangle.

Offset(
   dx as Integer,
   dy as Integer)

Parameters

dx
The amount to move the rectangle in horizontal direction.
dy
The amount to move the rectangle in vertical direction.

Remarks

See Also

Rectangle Class