FEllipseCollection Class

Collection of FEllipse Items.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public class FEllipseCollection : List<FEllipse>
Inheritance
Object    ListFEllipse    FEllipseCollection

Constructors

FEllipseCollectionInitializes a new instance of the FEllipseCollection class

Properties

Capacity
(Inherited from ListFEllipse)
Count
(Inherited from ListFEllipse)
Item
(Inherited from ListFEllipse)

Methods

Add
(Inherited from ListFEllipse)
AddRange
(Inherited from ListFEllipse)
AsReadOnly
(Inherited from ListFEllipse)
BinarySearch(T)
(Inherited from ListFEllipse)
BinarySearch(T, IComparerT)
(Inherited from ListFEllipse)
BinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListFEllipse)
Clear
(Inherited from ListFEllipse)
Contains
(Inherited from ListFEllipse)
ConvertAllTOutput
(Inherited from ListFEllipse)
CopyTo(T)
(Inherited from ListFEllipse)
CopyTo(T, Int32)
(Inherited from ListFEllipse)
CopyTo(Int32, T, Int32, Int32)
(Inherited from ListFEllipse)
Equals
(Inherited from Object)
Exists
(Inherited from ListFEllipse)
Finalize
(Inherited from Object)
Find
(Inherited from ListFEllipse)
FindAll
(Inherited from ListFEllipse)
FindIndex(PredicateT)
(Inherited from ListFEllipse)
FindIndex(Int32, PredicateT)
(Inherited from ListFEllipse)
FindIndex(Int32, Int32, PredicateT)
(Inherited from ListFEllipse)
FindLast
(Inherited from ListFEllipse)
FindLastIndex(PredicateT)
(Inherited from ListFEllipse)
FindLastIndex(Int32, PredicateT)
(Inherited from ListFEllipse)
FindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListFEllipse)
ForEach
(Inherited from ListFEllipse)
GetEnumerator
(Inherited from ListFEllipse)
GetHashCode
(Inherited from Object)
GetRange
(Inherited from ListFEllipse)
GetType
(Inherited from Object)
IndexOf(T)
(Inherited from ListFEllipse)
IndexOf(T, Int32)
(Inherited from ListFEllipse)
IndexOf(T, Int32, Int32)
(Inherited from ListFEllipse)
Insert
(Inherited from ListFEllipse)
InsertRange
(Inherited from ListFEllipse)
LastIndexOf(T)
(Inherited from ListFEllipse)
LastIndexOf(T, Int32)
(Inherited from ListFEllipse)
LastIndexOf(T, Int32, Int32)
(Inherited from ListFEllipse)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from ListFEllipse)
RemoveAll
(Inherited from ListFEllipse)
RemoveAt
(Inherited from ListFEllipse)
RemoveRange
(Inherited from ListFEllipse)
Reverse
(Inherited from ListFEllipse)
Reverse(Int32, Int32)
(Inherited from ListFEllipse)
Sort
(Inherited from ListFEllipse)
Sort(ComparisonT)
(Inherited from ListFEllipse)
Sort(IComparerT)
(Inherited from ListFEllipse)
Sort(Int32, Int32, IComparerT)
(Inherited from ListFEllipse)
ToArray
(Inherited from ListFEllipse)
ToString
(Inherited from Object)
TrimExcess
(Inherited from ListFEllipse)
TrueForAll
(Inherited from ListFEllipse)

Explicit Interface Implementations

See Also