| 套件 | spark.core |
| 介面 | public interface ISharedDisplayObject |
| 實作者 | Group, IconItemRenderer |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 4 |
| 執行階段版本: | Flash Player 10, AIR 1.5 |
IGraphicElement objects.
The Group class uses the ISharedDisplayObject interface to manage
invalidation and redrawing of sequences of IGraphicElement
objects that share a DisplayObject.
Typically, when implementing a custom IGraphicElement class, you also implement this interface for the DisplayObject that the custom IGraphicElement creates.
公用屬性
| 屬性 | 定義自 | ||
|---|---|---|---|
| redrawRequested : Boolean
Contains true when any of the IGraphicElement objects that share
this DisplayObject need to redraw. | ISharedDisplayObject | ||
屬性詳細資訊
redrawRequested | 屬性 |
redrawRequested:Boolean| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 4 |
| 執行階段版本: | Flash Player 10, AIR 1.5 |
Contains true when any of the IGraphicElement objects that share
this DisplayObject need to redraw.
This property is used internally by the Group class
and you do not typically use it.
The Group class sets and reads back this property to
determine which graphic elements to validate.
實作
public function get redrawRequested():Boolean public function set redrawRequested(value:Boolean):voidTue Jun 12 2018, 03:47 PM Z