ColorOperationCollection

ColorOperationCollection class

表示颜色变换操作的集合。

public sealed class ColorOperationCollection : IColorOperationCollection

特性

姓名描述
Count { get; }返回集合中的操作数。 只读Int32。
IsSynchronized { get; }返回一个值,指示对集合的访问是否同步(线程安全)。 只读Boolean。
Item { get; set; }返回或设置指定索引处的操作。 读/写ColorOperation
SyncRoot { get; }返回同步根。 只读Object。

方法

姓名描述
Add(ColorTransformOperation)在集合末尾添加一个新操作。
Add(ColorTransformOperation, float)在集合末尾添加一个新操作。
Clear()删除所有颜色操作。
Clone()创建 ColorOperationCollection 集合的副本。
CloneT()克隆当前对象
CopyTo(Array, int)将集合中的所有元素复制到指定的数组。
GetEnumerator()返回一个遍历集合的枚举器。
Insert(int, ColorTransformOperation)将新操作插入到集合中。
Insert(int, ColorTransformOperation, float)将新操作插入到集合中。
RemoveAt(int)从集合中移除颜色操作。

也可以看看