Version

PointCollection Class Members

The following tables list the members exposed by PointCollection.

Public Constructors
 NameDescription
Public ConstructorPointCollection Constructor  
Public Properties
 NameDescription
Public PropertyCapacity (Inherited from System.Collections.Generic.List<Point>)
Public PropertyCount (Inherited from System.Collections.Generic.List<Point>)
Public PropertyItem (Inherited from System.Collections.Generic.List<Point>)
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a point to the collection.  
Public MethodAddRange (Inherited from System.Collections.Generic.List<Point>)
Public MethodAsReadOnly (Inherited from System.Collections.Generic.List<Point>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodClear (Inherited from System.Collections.Generic.List<Point>)
Public MethodContains (Inherited from System.Collections.Generic.List<Point>)
Public MethodConvertAll<TOutput> (Inherited from System.Collections.Generic.List<Point>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodExists (Inherited from System.Collections.Generic.List<Point>)
Public MethodFind (Inherited from System.Collections.Generic.List<Point>)
Public MethodFindAll (Inherited from System.Collections.Generic.List<Point>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodFindLast (Inherited from System.Collections.Generic.List<Point>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodForEach (Inherited from System.Collections.Generic.List<Point>)
Public MethodGetEnumerator (Inherited from System.Collections.Generic.List<Point>)
Public MethodGetRange (Inherited from System.Collections.Generic.List<Point>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodInsertOverloaded. Inserts a point into the collection.  
Public MethodInsertRange (Inherited from System.Collections.Generic.List<Point>)
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodRemove (Inherited from System.Collections.Generic.List<Point>)
Public MethodRemoveAll (Inherited from System.Collections.Generic.List<Point>)
Public MethodRemoveAt (Inherited from System.Collections.Generic.List<Point>)
Public MethodRemoveRange (Inherited from System.Collections.Generic.List<Point>)
Public MethodReverseOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodSortOverloaded.  (Inherited from System.Collections.Generic.List<Point>)
Public MethodToArray (Inherited from System.Collections.Generic.List<Point>)
Public MethodTrimExcess (Inherited from System.Collections.Generic.List<Point>)
Public MethodTrueForAll (Inherited from System.Collections.Generic.List<Point>)
See Also

View on GitHub