SbKernel2i32GetValue Method |
Returns the value of the kernel at position (row, col).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetValue(
int indexRow,
int indexCol
)
Public Function GetValue (
indexRow As Integer,
indexCol As Integer
) As Integer
public:
int GetValue(
int indexRow,
int indexCol
)
member GetValue :
indexRow : int *
indexCol : int -> int
Parameters
- indexRow
- Type: SystemInt32
- indexCol
- Type: SystemInt32
Return Value
Type:
Int32Remarks Throws an SbException if indices are out of bounds.
See Also