'Declaration Public Overloads Function GetPointValue( _
ByVal locationThe location, in millimeters, in World space.As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal interpolationModeThe interpolation mode.As MprInterpolationMode, _
ByVal unitsTypeThe value units type.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
- The location, in millimeters, in World space.
- interpolationMode
- The interpolation mode.
- unitsType
- The value units type.
Return Value
null if unitsType == DicomOutputUnitsType.HounsfieldUnits and DICOM frame contains not HU values; otherwise, a value in specified units.