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

Public Overloads Function GetPointLuminance( _
ByVal location
The location in World space, in millimeters.
As Vintasoft.Imaging.VintasoftPoint3D, _
ByVal interpolationMode
The interpolation mode.
As MprInterpolationMode _
) As UShort

Parameters

location
The location in World space, in millimeters.
interpolationMode
The interpolation mode.

Return Value

16-bit unsigned value of luminance.
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