ColorBlend 类

定义

定义用于在多色渐变中以内插值取代颜色混合的颜色和位置的数组。 此类不能被继承。

public ref class ColorBlend sealed
public sealed class ColorBlend
type ColorBlend = class
Public NotInheritable Class ColorBlend
继承
ColorBlend

构造函数

ColorBlend()

初始化 ColorBlend 类的新实例。

ColorBlend(Int32)

使用指定的颜色和位置的数目初始化 ColorBlend 类的新实例。

属性

Colors

获取或设置表示在沿渐变的相应位置处使用的颜色的颜色数组。

Positions

获取或设置沿渐变线的位置。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于