CopyOutside

Top  Previous  Next

 

CopyOutside (Method)

 

Use this method if you want to copy an object outside of its border

 

Syntax:

Function CopyOutside([Handles]() As Integer, Offset As Single, vRetHandles As Object) As Boolean

 

The CopyOutside method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

Offset

Single

Is the distance form the border of the object that copy will occur

vRetHandles

Object

Returns an integer array with the handles of the new objects

 

Return value:

Boolean - True on success, false on error.

 

Example