ColorMatrix.Item[Int32, Int32] 属性

定义

获取或设置 ColorMatrix 中位于指定行和列的元素。

public:
 property float default[int, int] { float get(int row, int column); void set(int row, int column, float value); };
public float this[int row, int column] { get; set; }
member this.Item(int * int) : single with get, set
Default Public Property Item(row As Integer, column As Integer) As Single

参数

row
Int32

元素的行。

column
Int32

元素的列。

属性值

Single

位于指定的行和列的元素。

适用于