Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPathFigureList Class
Properties Methods


In This Topic
    NPathFigureList Class Members
    In This Topic

    The following tables list the members exposed by NPathFigureList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the count of objects in this list (Inherited from Nevron.Collections.NList)
    Public PropertyTyped indexer  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the figure to the end of the collection  
    Public MethodOverloaded. Copies the elements of a NPathFigure array to the end of the collection.  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodCreates an exact replica of this object. (Inherited from Nevron.Collections.NList)
    Public MethodDetermines whether the specified figure is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of NPathFigures, starting at the specified index of the target array.  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodSearches for the specified figure and returns the zero-based index of the first occurrence within the collection  
    Public MethodInserts the figure at the specified index  
    Public MethodRemoves the first occurrence of a specific NPathFigure value from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Top
    See Also