ImageGear .NET - Updated December 24, 2018
SetElem Method




ImageGear24.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.
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

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members