'Declaration Public Overloads Function GetPointValue( _
ByVal sliceThe MPR slice.As MprSlice, _
ByVal locationThe location, in millimeters, in MPR slice space.As Vintasoft.Primitives.VintasoftPoint, _
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(
MprSlice slice,
Vintasoft.Primitives.VintasoftPoint location,
MprInterpolationMode interpolationMode,
Vintasoft.Imaging.Dicom.DicomOutputUnitsType unitsType
)
Parameters
- slice
- The MPR slice.
- location
- The location, in millimeters, in MPR slice space.
- interpolationMode
- The interpolation mode.
- unitsType
- The value units type.
Return Value
A value in specified units.