'Declaration Public Function GetPointValue( _
ByVal locationПоложение в пространстве просмотра в пикселях.As Vintasoft.Primitives.VintasoftPoint, _
ByVal interpolationModeРежим интерполяции.As Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode, _
ByVal unitsTypeТип единиц измерения значения.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
- Положение в пространстве просмотра в пикселях.
- interpolationMode
- Режим интерполяции.
- unitsType
- Тип единиц измерения значения.
Return Value
Значение в указанных единицах.