method Pool.MoveTo (X as Long, Y as Long, Width as Long, Height as Long)
Moves the pool to a new position.

TypeDescription
X as Long A Long expression that specifies the x-coordinate of the top-left corner of the pool
Y as Long A Long expression that specifies the y-coordinate of the top-left corner of the pool
Width as Long A Long expression that indicates the pool's width
Height as Long A Long expression that indicates the pool's height
The MoveTo method moves/resizes the pool. The Width property specifies the width in pixels of the pool. The MaxWidth property specifies the maximum width of the pool. The MinWidth property indicates the minimum width of the pool. The Height property indicates the height in pixels of the pool. The X property indicates the x-coordinate of the top-left corner of the pool on the surface. The Y property indicates the y-coordinate of the top-left corner of the pool on the surface. The HeaderSize property specifies the size of the left, right, top or bottom header. The HeaderVisible property shows or hides the left, right, top or bottom header. The ExtendPoolOnHeaderExtend property specifies whether the pool extends its size, when its header get resized.