MoveBefore Method (GoLayer)
In This Topic
Change the Z-order of an object in this layer by moving it to be before (i.e. behind) another object.
Syntax
Parameters
- dest
- the object in this layer that will be placed before; if null, will be painted as the first (i.e. rear-most) object in this layer.
- moving
-
the top-level object in this layer whose Z-order will be changed
See Also