ChangeShapezOrder

Top  Previous  Next

 

ChangeShapezOrder (Method)

 

Changes the z order of the shape object with a specific handle

 

Syntax:

Function ChangeShapezOrder(hShape As Integer, zOrder As Integer) As Integer

 

The ChangeShapezOrder method syntax consists of the following:

Parameter

Data Type

Description

hShape

Integer

Is the handle of the shape object

zOrder

Integer

Is the new z order

 

Return value:

Integer - An Avax handle on success, zero on error.

 

Example