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; }
Parameter | Description |
---|---|
row | The row of the element. |
column | The column of the element. |
Return Value
The element at the specified row and column.
See Also
- class ColorMatrix
- namespace Aspose.Drawing.Imaging
- assembly Aspose.Drawing.Common