'Declaration Public Function GetPointLuminance( _
ByVal locationThe location in viewer space, in pixels.As Vintasoft.Primitives.VintasoftPoint, _
ByVal interpolationModeThe interpolation mode.As Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode _
) As System.Nullable(Of UShort)
public System.Nullable<ushort> GetPointLuminance(
Vintasoft.Primitives.VintasoftPoint location,
Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode interpolationMode
)
public: System.Nullable<ushort> GetPointLuminance(
Vintasoft.Primitives.VintasoftPoint location,
Vintasoft.Imaging.Dicom.Mpr.MprInterpolationMode interpolationMode
)
Parameters
- location
- The location in viewer space, in pixels.
- interpolationMode
- The interpolation mode.
Return Value
16-bit unsigned value of luminance.