ImageGear .NET - Updated May 1, 2018
GetElem Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : GetElem Method
Row coordinate of the matrix element.
Column coordinate of the matrix element.
Gets matrix element according to matrix column and row coordinate.
Syntax
'Declaration
 
Public Function GetElem( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Double
 
'Usage
 
Dim instance As IGDoubleMatrix
Dim row As Integer
Dim column As Integer
Dim value As Double
 
value = instance.GetElem(row, column)

Parameters

row
Row coordinate of the matrix element.
column
Column coordinate of the matrix element.

Return Value

Double value.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members