Name | Description | |
---|---|---|
![]() | Add | Adds a gradientStop to the GradientStopList. GradientStops must be added sequentially in the order of their offsets. Adding a GradientStop whose offset is less than the offset of the last GradientStop added to the collection will cause an ArgumentOutOfRangeException to be thrown. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Retrieves a boolean value indicating whether a specific gradientStop object exists in the collection. |
![]() | Equals | Determines whether the specified object is equal to the current GradientStop. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | GetHashCode | Serves as a hash function for the GradientStop, suitable for use in hashing algorithms and data structures such as a hash table. |
![]() | GetOffsetColorPairs | Returns the offsets in the gradient map and their corresponding colors. |
![]() | IndexOf | Searches for the specified GradientStop object and returns the zero-based index of the occurrence within the collection. |
![]() | Remove | Removes the specified gradientStop object from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |