VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / GetPointValue Methods / GetPointValue(VintasoftPoint3D,MprInterpolationMode,DicomOutputUnitsType) Method
Syntax Requirements SeeAlso
In This Topic
    GetPointValue(VintasoftPoint3D,MprInterpolationMode,DicomOutputUnitsType) Method (MprImage)
    In This Topic
    Returns the point value for specified 3D point in World space.
    Syntax

    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.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also