Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
DicomLookupTableDescriptor Constructor(Int32,Int32)
See Also 
Leadtools.ImageProcessing.Core Namespace > DicomLookupTableDescriptor Class > DicomLookupTableDescriptor Constructor : DicomLookupTableDescriptor Constructor(Int32,Int32)




firstStoredPixelValueMapped
The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
entryBits
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.
Initializes a new DicomLookupTableDescriptor with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal firstStoredPixelValueMapped As Integer, _
   ByVal entryBits As Integer _
)
Visual Basic (Usage)Copy Code
Dim firstStoredPixelValueMapped As Integer
Dim entryBits As Integer
 
Dim instance As DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits)
C# 
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
Managed Extensions for C++ 
public: DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)
C++/CLI 
public:
DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,
   int entryBits
)

Parameters

firstStoredPixelValueMapped
The second value in the "LookupTable Descriptor", this specifies the first input value mapped.
entryBits
The third value in the "LookupTable Descriptor", this specifies the number of bits for each entry in the LookupTable Data.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also