Sets the layer at which the region's graphics are drawn relative to others in its frame. Signature: Code LayeredRegion:SetDrawLayer("layer", sublayer)
Arguments: - layer - String identifying a graphics layer; one of the following values: (string, layer)
- BACKGROUND
- BORDER
- HIGHLIGHT
- OVERLAY
sublayer - Sub-layer within the layer; Defaults to zero, must be between -8 and 7 (errors otherwise) (number)
Также смотрите: Многоуровневая область
Ссылки: http://wowprogramming.com/docs/widgets/LayeredRegion/SetDrawLayer
|