Editions
Related Functions
Example
The IN_ReorderLayers function moves a layer to a new position in the given page. For example, you can move the third layer to the bottom. Layer order determines the order in which items are rendered for display, printing, and rasterizing.
Syntax
int IN_ReorderLayers( layerID, layerPosition )
|
Parameters |
Values |
Meaning |
|
IN_LAYER layerID |
identifier of the layer to reorder | |
|
SHORT layerPosition |
1, 2, 3, . . . |
new position (where 1 is on top, 2 is next, and so on) |
Remarks
The active edit layer is always rendered on top.
If "Old Style Render=1" in the System section of the Imagenation INI file, then raster layers are always rendered first, then edit layers, then the active edit layer. For more information, see the System Administrator Help that is installed with Imagenation.
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also