←Select platform

DicomLookupTableDescriptor Constructor(int,int)

Summary

Initializes a new DicomLookupTableDescriptor with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal firstStoredPixelValueMapped As Integer, _ 
   ByVal entryBits As Integer _ 
) 
public DicomLookupTableDescriptor(  
   int firstStoredPixelValueMapped, 
   int entryBits 
) 
- (instancetype)initWithFirstStoredPixelValueMapped:(NSInteger)firstStoredPixelValueMapped 
                                          entryBits:(NSUInteger)entryBits 
             
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,  
   int entryBits 
) 
             
function DicomLookupTableDescriptor(  
   firstStoredPixelValueMapped , 
   entryBits  
) 
public: 
DicomLookupTableDescriptor(  
   int firstStoredPixelValueMapped, 
   int entryBits 
) 

Parameters

firstStoredPixelValueMapped
The second value in the "LookupTable Descriptor", which specifies the first input value mapped.

entryBits
The third value in the "LookupTable Descriptor", which specifies the number of bits for each entry in the LookupTable Data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly