RotateItems

Top  Previous  Next

 

RotateItems (Method)

 

Rotates the objects described in a specific handles array with a specific rotation base point and rotation angle

 

Syntax:

Function RotateItems([Handles]() As Integer, RotX As Single, RotY As Single, theta As Single, fRotateStay As Boolean) As Boolean

 

The RotateItems method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

RotX

Single

Is the x coordinate of the rotation base point

RotY

Single

Is the y coordinate of the rotation base point

theta

Single

Is the rotation angle

fRotateStay

Boolean

A Boolean expression that if it is true then the original objects are retained

 

Return value:

Boolean - True on success, false on error.

 

Example