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