'Declaration Public Overloads Function GetPointValue( _
ByVal locationМестоположение в миллиметрах в мировом пространстве.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal interpolationModeРежим интерполяции.As MprInterpolationMode, _
ByVal unitsTypeТип единиц измерения значения.As Vintasoft.Imaging.Dicom.DicomOutputUnitsType _
) As System.Nullable(Of Double)
public System.Nullable<double> GetPointValue(
Vintasoft.Imaging.VintasoftPoint3D location,
MprInterpolationMode interpolationMode,
Vintasoft.Imaging.Dicom.DicomOutputUnitsType unitsType
)
Parameters
- location
- Местоположение в миллиметрах в мировом пространстве.
- interpolationMode
- Режим интерполяции.
- unitsType
- Тип единиц измерения значения.
Return Value
null если unitsType == DicomOutputUnitsType.HounsfieldUnits и кадр DICOM не содержит значений HU; в противном случае - значение в указанных единицах.