| Name | Description |
 | Add | (Inherited from System.Collections.Generic.List<NPointF>) |
 | AddRange | (Inherited from System.Collections.Generic.List<NPointF>) |
 | AsReadOnly | (Inherited from System.Collections.Generic.List<NPointF>) |
 | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | Clear | (Inherited from System.Collections.Generic.List<NPointF>) |
 | Clone | Creates an exact replica of this object. |
 | Contains | (Inherited from System.Collections.Generic.List<NPointF>) |
 | ConvertAll<TOutput> | (Inherited from System.Collections.Generic.List<NPointF>) |
 | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | Exists | (Inherited from System.Collections.Generic.List<NPointF>) |
 | Find | (Inherited from System.Collections.Generic.List<NPointF>) |
 | FindAll | (Inherited from System.Collections.Generic.List<NPointF>) |
 | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | FindLast | (Inherited from System.Collections.Generic.List<NPointF>) |
 | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | ForEach | (Inherited from System.Collections.Generic.List<NPointF>) |
  | FromPointFArray | Creates a NPointF array, which contains the points in the specified list. |
  | GetBarycenter | Overloaded. Gets the barycenter of the given points. |
  | GetBounds | Overloaded. Gets the bounds of the points in the list |
  | GetBoundsRange | Gets the bounding range of the points in the list. |
 | GetEnumerator | (Inherited from System.Collections.Generic.List<NPointF>) |
 | GetNearestPoint | Overloaded. Gets the point in the list, which is nearest to the specified point. If the list is empty returns the point itself |
 | GetRange | (Inherited from System.Collections.Generic.List<NPointF>) |
 | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | Insert | (Inherited from System.Collections.Generic.List<NPointF>) |
 | InsertRange | (Inherited from System.Collections.Generic.List<NPointF>) |
 | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | Remove | (Inherited from System.Collections.Generic.List<NPointF>) |
 | RemoveAll | (Inherited from System.Collections.Generic.List<NPointF>) |
 | RemoveAt | (Inherited from System.Collections.Generic.List<NPointF>) |
 | RemoveRange | (Inherited from System.Collections.Generic.List<NPointF>) |
 | Reverse | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | Rotate | Overloaded. Rotates all points in the list around the specified point. |
 | Scale | Overloaded. Scales all points in the list around the specified point |
 | Simplify | Overloaded. Returns a simplified version of this sequence of points using an improved version Douglas and Peucker algorithm (uses path hulls) which improves the worst case running time from O(n^2) to O(n * log2(n)). Topology is preserved. |
 | Sort | Overloaded. (Inherited from System.Collections.Generic.List<NPointF>) |
 | ToArray | (Inherited from System.Collections.Generic.List<NPointF>) |
 | ToNPointFArray | Creates a NPointF array, which contains the points in this list |
 | ToPointFArray | Overloaded. Creates a PointF array, which contains the points in this list |
 | Transform | Overloaded. Transforms all points in the list with the specified transform |
 | Translate | Overloaded. Translates all points in the list. |
 | TrimExcess | (Inherited from System.Collections.Generic.List<NPointF>) |
 | TrueForAll | (Inherited from System.Collections.Generic.List<NPointF>) |