CustomPETWindowingFunctionDelegate Delegate
In This Topic
Customer-defined PET VOI windowing function.
Syntax
'Declaration
Public Delegate Sub CustomPETWindowingFunctionDelegate( _
ByVal As System.Single, _
ByVal As System.Single, _
ByRef As System.Single, _
ByRef As System.Single _
)
public delegate void CustomPETWindowingFunctionDelegate(
System.float ,
System.float ,
out System.float ,
out System.float
)
Parameters
- min
- The minimum pixel value currently known for the PET image
- max
- The maximum pixel value currently known for the PET image
- ww
- Returns the calculated Window Width to use for PET display
- wl
- Returns the calculated Window Level to use for PET display
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also