LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

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 New DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits)
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also