ColorMatrix.Matrix13 属性

定义

获取或设置此 ColorMatrix 第 1 行第 3 列的元素。 表示 alpha 组件。

public:
 property float Matrix13 { float get(); void set(float value); };
public float Matrix13 { get; set; }
member this.Matrix13 : single with get, set
Public Property Matrix13 As Single

属性值

ColorMatrix 第 1 行第 3 列的元素。

适用于