Class DisplayListEventArgs
Event arguments for retrieiving (and possibly modifying) the display list before rendering it.
Inheritance
System.Object
DisplayListEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public class DisplayListEventArgs
Constructors
| Improve this Doc View SourceDisplayListEventArgs(List<IObject>)
Initializes a new instance of the DisplayListEventArgs class.
Declaration
public DisplayListEventArgs(List<IObject> displayList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IObject> | displayList | Display list. |
Properties
| Improve this Doc View SourceDisplayList
Gets or sets the display list.
Declaration
public List<IObject> DisplayList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IObject> | The display list. |