Class Rect : moveTo Method


void moveTo( Integer x, Integer y )

Summary

Move the rectangle to a new position


Parameters

ParameterDescription
Integer x New horizontal position
Integer y New vertical position


Requirements

build 1065