GradientStopCollection Methods |
The GradientStopCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Single, PresetColor) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Add(Single, SchemeColor) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Add(Single, Color) |
Creates the new gradient stop and adds it to the end of collection.
|
![]() | Clear |
Removes all gradient stops from a collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals |
Compares with specified object.
(Inherited from PVIObject.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Returns hash code.
(Inherited from PVIObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | Insert(Int32, Single, PresetColor) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | Insert(Int32, Single, SchemeColor) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | Insert(Int32, Single, Color) |
Creates the new gradient stop and inserts it at the specified index to the collection.
|
![]() | RemoveAt |
Removes a gradient stop at the specified index.
|
![]() | ToString | (Inherited from Object.) |