Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Dicom Namespace / CtSliceInfo Class / GetHounsfieldPixelValue Method
The row index.
The column index.

In This Topic
    GetHounsfieldPixelValue Method (CtSliceInfo)
    In This Topic
    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