The FreeHandSegmentCollection type exposes the following members.

Constructors

  NameDescription
Public methodFreeHandSegmentCollection
Create a new empty collection of free hand segments.

Methods

  NameDescription
Public methodAdd
Add an existing free hand segment to this collection.
Public methodAddRange(array<FreeHandSegment>[]()[][])
Adds the elements of a FreeHandSegment array to the end of this collection.
Public methodAddRange(FreeHandSegmentCollection)
Adds the elements of a Free hand segment collection to the end of this collection.
Public methodClear
Remove all segments from this collection.
Public methodClone
Clones a FreeHandSegmentCollection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Implements GetEnumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the specified segment.
Public methodInsert
Insert an existing segment at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodRemove
Remove a segment from this collection.
Public methodRemoveAt
Remove a segment at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Number of segments in this collection.
Public propertyItem
Get a segment by index (0-based).

See Also