IGradientStopCollection

IGradientStopCollection interface

表示渐变停止的集合。

public interface IGradientStopCollection : IGenericCollection<IGradientStop>

特性

姓名描述
Item { get; }返回按索引停止的渐变。

方法

姓名描述
Add(float, Color)创建新的渐变色标并将其添加到集合的末尾。
Add(float, PresetColor)创建新的渐变色标并将其添加到集合的末尾。
Add(float, SchemeColor)创建新的渐变色标并将其添加到集合的末尾。
Clear()从集合中删除所有渐变停止点。
Insert(int, float, Color)创建新的渐变色标并将其插入到集合的指定索引处。
Insert(int, float, PresetColor)创建新的渐变色标并将其插入到集合的指定索引处。
Insert(int, float, SchemeColor)创建新的渐变色标并将其插入到集合的指定索引处。
RemoveAt(int)删除指定索引处的渐变停止。

也可以看看