Moves the object to a new position determined by the X and Y offsets.
Syntax
object.Move fXOffset, fYOffset
Properties
The Move method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
fXOffset |
Double. The offset to move the shape in the horizontal direction in postscript points or logical units. |
fYOffset |
Double. The offset to move the shape in the vertical direction in postscript points or logical units. |