GradientStopCollection Methods

The GradientStopCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Single, PresetColor)
Creates the new gradient stop and adds it to the end of collection.
Public methodAdd(Single, SchemeColor)
Creates the new gradient stop and adds it to the end of collection.
Public methodAdd(Single, Color)
Creates the new gradient stop and adds it to the end of collection.
Public methodClear
Removes all gradient stops from a collection.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Public methodInsert(Int32, Single, PresetColor)
Creates the new gradient stop and inserts it at the specified index to the collection.
Public methodInsert(Int32, Single, SchemeColor)
Creates the new gradient stop and inserts it at the specified index to the collection.
Public methodInsert(Int32, Single, Color)
Creates the new gradient stop and inserts it at the specified index to the collection.
Public methodRemoveAt
Removes a gradient stop at the specified index.
Public methodToString (Inherited from Object.)
See Also