Show / Hide Table of Contents

    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 Source

    DisplayListEventArgs(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 Source

    DisplayList

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX