'Declaration Public Overloads Function GetPointLuminance( _
ByVal sliceThe MPR slice.As MprSlice, _
ByVal locationThe location in MPR slice space, in millimeters.As Vintasoft.Primitives.VintasoftPoint, _
ByVal interpolationModeThe interpolation mode.As MprInterpolationMode _
) As UShort
public ushort GetPointLuminance(
MprSlice slice,
Vintasoft.Primitives.VintasoftPoint location,
MprInterpolationMode interpolationMode
)
public: ushort GetPointLuminance(
MprSlice* slice,
Vintasoft.Primitives.VintasoftPoint location,
MprInterpolationMode interpolationMode
)
public:
ushort GetPointLuminance(
MprSlice^ slice,
Vintasoft.Primitives.VintasoftPoint location,
MprInterpolationMode interpolationMode
)
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.