TypeLibF REALbasic Support Plugin

RectF.Offset Method

Moves the rectangle.

Offset(
   dx as Single,
   dy as Single)

Parameters

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

Remarks

See Also

RectF Class