ColorMatrix.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 of the element.
columnThe column of the element.

Return Value

The element at the specified row and column.

See Also