ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / SetElem Method
Row coordinate of the matrix element to set.
Column coordinate of the matrix element to set.
Double value.




In This Topic
SetElem Method
In This Topic
Sets matrix element value.
Syntax
'Declaration
 
Public Sub SetElem( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Double _
) 
 
'Usage
 
Dim instance As IGDoubleMatrix
Dim row As Integer
Dim column As Integer
Dim value As Double
 
instance.SetElem(row, column, value)

Parameters

row
Row coordinate of the matrix element to set.
column
Column coordinate of the matrix element to set.
value
Double value.
See Also