GradientStopList Methods |
The GradientStopList type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Append(Single, SchemeColor) |
Creates the new gradient stop.
|
|
|
Append(Single, KnownColors) |
Creates the new gradient stop and adds it to the collection.
|
|
|
Append(Single, Color) |
Creates the new gradient stop.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert(Int32, Single, SchemeColor) |
Creates the new gradient stop.
|
|
|
Insert(Int32, Single, KnownColors) |
Creates the new gradient stop.
|
|
|
Insert(Int32, Single, Color) |
Creates the new gradient stop.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
RemoveAll |
Removes all gradient stops from a collection.
|
|
|
RemoveAt |
Removes a gradient stop at the specified index.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|