'Declaration Public Function GetPointValue( _
ByVal locationThe location in viewer space, in pixels.As Vintasoft.Primitives.VintasoftPoint, _
ByVal interpolationModeThe interpolation mode.As Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode, _
ByVal unitsTypeThe value units type.As Vintasoft.Imaging.Dicom.DicomOutputUnitsType _
) As System.Nullable(Of Double)
public System.Nullable<double> GetPointValue(
Vintasoft.Primitives.VintasoftPoint location,
Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode interpolationMode,
Vintasoft.Imaging.Dicom.DicomOutputUnitsType unitsType
)
Parameters
- location
- The location in viewer space, in pixels.
- interpolationMode
- The interpolation mode.
- unitsType
- The value units type.
Return Value
A value in specified units.