VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / GetPointLuminance Methods / GetPointLuminance(MprSlice,VintasoftPoint,MprInterpolationMode) Method
Syntax Requirements SeeAlso
    GetPointLuminance(MprSlice,VintasoftPoint,MprInterpolationMode) Method (MprImage)
    Returns the point luminance for specified point in MPR slice space.
    Syntax
    'Declaration
    
    Public Overloads Function GetPointLuminance( _
    ByVal slice
    The MPR slice.
    As MprSlice, _
    ByVal location
    The location in MPR slice space, in millimeters.
    As Vintasoft.Primitives.VintasoftPoint, _
    ByVal interpolationMode
    The interpolation mode.
    As MprInterpolationMode _
    ) As UShort
     

    Parameters

    slice
    The MPR slice.
    location
    The location in MPR slice space, in millimeters.
    interpolationMode
    The interpolation mode.

    Return Value

    16-bit unsigned value of luminance.
    Requirements

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

    See Also