VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImage Class / TryGetMinMaxLuminance(UInt16,UInt16) Method
Syntax Requirements SeeAlso
In This Topic
TryGetMinMaxLuminance(UInt16,UInt16) Method (MprImage)
In This Topic
Returns the minimum and maximum luminance.
Syntax
'Declaration

Public Function TryGetMinMaxLuminance( _
ByRef minLuminance
The minimum luminance.
As UShort, _
ByRef maxLuminance
The maximum luminance.
As UShort _
) As Boolean
public bool TryGetMinMaxLuminance(
out ushort minLuminance,
out ushort maxLuminance
)

Parameters

minLuminance
The minimum luminance.
maxLuminance
The maximum luminance.

Return Value

True if luminance values are received; otherwise, false.
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