The FreeHandSegmentCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FreeHandSegmentCollection |
Create a new empty collection of free hand segments.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Add an existing free hand segment to this collection.
| |
| AddRange(array<FreeHandSegment>[]()[][]) |
Adds the elements of a FreeHandSegment array to the end of this collection.
| |
| AddRange(FreeHandSegmentCollection) |
Adds the elements of a Free hand segment collection to the end of this collection.
| |
| Clear |
Remove all segments from this collection.
| |
| Clone |
Clones a FreeHandSegmentCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Returns the index of the specified segment.
| |
| Insert |
Insert an existing segment at the specified index.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Remove |
Remove a segment from this collection.
| |
| RemoveAt |
Remove a segment at the specified index.
| |
| ToString | (Inherited from Object.) |