Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBodyList Class
Properties Methods


In This Topic
    NCellBodyList Class Members
    In This Topic

    The following tables list the members exposed by NCellBodyList.

    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 cell to the end of the collection  
    Public MethodAdds a non duplicate cell to the list  
    Public MethodOverloaded. Copies the elements of a cell array to the end of the collection.  
    Public MethodCopies the elements of the specified collection to the end of this collection and does not add any duplicate entries  
    Public MethodClears the collection (Inherited from Nevron.Collections.NList)
    Public MethodOverridden. Creates an exact replica of this object.  
    Public MethodDetermines whether the specified cell is in the collection  
    Public MethodCopies the entire collection values to a one-dimensional array of cells, starting at the specified index of the target array.  
    Public MethodFilters the elements of this list and returns a new list in which all elements satisfy the filter criteria  
    Public MethodDetermines the count of elements in this array, which satisfy the specified filter  
    Public MethodGets the bounds of the cells  
    Public MethodGets the bounds of the cells  
    Public MethodObtains an enumerator for this list (Inherited from Nevron.Collections.NList)
    Public MethodReturns the max cell size  
    Public MethodSearches for the specified cell and returns the zero-based index of the first occurrence within the collection  
    Public MethodSets the Bounds of all contained cells to be equal to the cell ContentBounds  
    Public MethodInserts the cell at the specified index  
    Public MethodDetermines whether this and the specified collection have common entries  
    Public MethodJustifies the cells horizontally  
    Public MethodJustifies the cells vertically  
    Public MethodMakes all cells with the specified height  
    Public MethodMakes all cells with the specified width  
    Public MethodGets the max content dimension  
    Public MethodGets the min maximal extra height (MaxHeight - Height)  
    Public MethodGets the min maximal extra width (MaxWidth - Width)  
    Public MethodGets the min content dimension  
    Public MethodGets the min minimal extra height (Height - MinHeight)  
    Public MethodGets the min minimal extra width (Width - MinWidth)  
    Public MethodPlaces the content of the cells  
    Public MethodRemoves the first occurrence of a specific cell from the collection  
    Public MethodRemoves the value at the specified index (Inherited from Nevron.Collections.NList)
    Public MethodRemoves the specified range of elements from the collection  
    Public MethodSorts the element of this list with the specified comparer  
    Public MethodSums the specified content dimension  
    Public MethodCopies the elements of this list to a new array of the specified type.  
    Top
    See Also