Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / Item Property / Item(Int32,Int32) Property
The zero-based index of row of the ColorMatrix5x4 to access.
The zero-based index of column of the ColorMatrix5x4 to access.

In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Gets or sets the component at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal rowIndex As System.Integer, _
       ByVal columnIndex As System.Integer _
    ) As System.Single
    public System.float Item( 
       System.int rowIndex,
       System.int columnIndex
    ) {get; set;}

    Parameters

    rowIndex
    The zero-based index of row of the ColorMatrix5x4 to access.
    columnIndex
    The zero-based index of column of the ColorMatrix5x4 to access.

    Property Value

    The value of the ColorMatrix5x4 component, depending on the index.The value of the component at the specified index.
    See Also