Namespace TallComponents.PDF.Shapes
Class FreeHandPathCollection
Collection of Free Hand Path objects.
Syntax
public class FreeHandPathCollection : Object,IEnumerable<FreeHandPath>
Constructors
Properties
Int32 Count
Number of path shapes in this collection.
FreeHandPath Item
Get a free hand path by index (0-based).
Methods
Void Add(FreeHandPath)
Add an existing free hand path object to this collection.
Void AddRange(FreeHandPathCollection)
Adds the free hand paths from an existing collection to the end of this collection.
Void AddRange(FreeHandPath[])
Adds the elements of a FreeHandPath array to the end of this collection.
Void Clear()
Remove all free hand paths from this collection.
FreeHandPathCollection Clone()
Clones a free hand path collection.
Boolean Contains(FreeHandPath)
Determine whether an is in the .
IEnumerator<FreeHandPath> GetEnumerator()
Implements strong typed IEnumerable<T>.GetEnumerator.
Int32 IndexOf(FreeHandPath)
Returns the index of the specified free hand path.
Void Insert(Int32,FreeHandPath)
Insert an existing free hand path at the specified index.
Boolean Remove(FreeHandPath)
Remove a free hand path from this collection.
Void RemoveAt(Int32)
Remove a free hand path at the specified index.