Sets the Z-order (bottom to top display) of an existing element.
Visual Basic |
---|
Public Sub ElementSetZOrder( _ ByVal elementHandle As Long, _ ByVal zorder As Long _ ) |
- elementHandle
- The handle of an element returned by the ElementCreate method.
- zorder
- The Z-order of the given element.
Valid values are 1 to the number of elements in the layer which this element will be appended.
The Z-order is the bottom-to-top painting order of the elements in a layer.