MirrorItems

Top  Previous  Next

 

MirrorItems (Method)

 

Mirror copies the objects described in a specific handles array based on a specific mirror line segment

 

Syntax:

Function MirrorItems([Handles]() As Integer, mirX1 As Single, mirY1 As Single, mirX2 As Single, mirY2 As Single, fMirrorStay As Boolean) As Boolean

 

The MirrorItems method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

mirX1

Single

Is the x coordinate of the first point of the mirror line

mirY1

Single

Is the y coordinate of the first point of the mirror line

mirX2

Single

Is the x coordinate of the second point of the mirror line

mirY2

Single

Is the y coordinate of the second point of the mirror line

fMirrorStay

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