MoveItems

Top  Previous  Next

 

MoveItems (Method)

 

Moves the objects described in a specific handles array by a relative x and y distance

 

Syntax:

Function MoveItems([Handles]() As Integer, xDist As Single, yDist As Single) As Boolean

 

The MoveItems method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

xDist

Single

Is the relative x distance

yDist

Single

Is the relative y distance

 

Return value:

Boolean - True on success, false on error.

 

Example