Eyeshot 10 WinForms API Reference
GetHounsfieldPixelValue Method (CtSliceInfo)

WinForms Assembly > devDept.Eyeshot.Dicom Namespace > CtSliceInfo Class : GetHounsfieldPixelValue Method
The row index.
The column index.
Gets the Hounsfield value of a specified voxel (RowIndex/ColumnIndex).
Syntax
'Declaration
 
Public Function GetHounsfieldPixelValue( _
   ByVal rowIndex As Integer, _
   ByVal columnIndex As Integer _
) As Integer
public int GetHounsfieldPixelValue( 
   int rowIndex,
   int columnIndex
)

Parameters

rowIndex
The row index.
columnIndex
The column index.

Return Value

The Hounsfield value of the specified voxel.
See Also

Reference

CtSliceInfo Class
CtSliceInfo Members