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

요소의 열입니다.

속성 값

지정된 행과 열에 있는 요소입니다.

적용 대상