Item

ColorMatrix indexer

Gets or sets the element at the specified row and column in the ColorMatrix.

public float this[int row, int column] { get; set; }
ParameterDescription
rowThe row number.
columnThe column number.

Return Value

The element at the specified row and column.

See Also