←Select platform

DicomLookupTableDescriptor Constructor(int,int)

Summary

Initializes a new DicomLookupTableDescriptor with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal firstStoredPixelValueMapped As Integer, _ 
   ByVal entryBits As Integer _ 
) 
- (instancetype)initWithFirstStoredPixelValueMapped:(NSInteger)firstStoredPixelValueMapped 
                                          entryBits:(NSUInteger)entryBits 
public DicomLookupTableDescriptor( 
   int firstStoredPixelValueMapped,  
   int 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly