Copy_Avax

Top  Previous  Next

 

Copy_Avax (Method)

 

Creates a Avax clipboard copy for the specific handles array

 

Syntax:

Function Copy_Avax([Handles]() As Integer, xBase As Single, yBase As Single) As Byte()

 

The Copy_Avax method syntax consists of the following:

Parameter

Data Type

Description

[Handles]()

Integer

 

xBase

Single

Is the x coordinate of the base point

yBase

Single

Is the y coordinate of the base point

 

Return value:

An array of Bytes with the Avax clipboard data

 

Example