eDriven Framework API
AutoUpdateDrawingList Field
NamespaceseDriven.Gui.ComponentsDisplayObjectContainerAutoUpdateDrawingList
eDriven Framework API
If true, the drawing list will update after each child addition or removal The process of updating is being optimized by the Container However, with DisplayObjectContainer it is not beacuse there are no invalidation methods We might choose to optimize the process, set this to false and call the InvalidateDrawingList() manually
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoUpdateDrawingList
Public AutoUpdateDrawingList As Boolean
public:
bool AutoUpdateDrawingList

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)