Click or drag to resize
SbKernel2i32GetValue Method

Returns the value of the kernel at position (row, col).

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public int GetValue(
	int indexRow,
	int indexCol
)

Parameters

indexRow
Type: SystemInt32
indexCol
Type: SystemInt32

Return Value

Type: Int32
Remarks

Throws an SbException if indices are out of bounds.

See Also