Move method
Moves the object to the specified position and, optionally, resizes it.
If the object has position animation, the new position will only be temporary.
Syntax
object
.Move
(Left
, [Top
], [Width
], [Height
])where
object
– is the name of a graphic object, or an expression that evaluates to a graphic object.Left
– is a parameter of the type Long that specifies the distance between the left edge of the object and the internal left edge of the display window.Top
– is an optional parameter of the type Long that specifies the distance between the top edge of the object and the internal top edge of the display window.Width
– is an optional parameter of the type Long that specifies the width of the object.Height
– is an optional parameter of the type Long that specifies the height of the object.Provide Feedback