Initializes a new DicomLookupTableDescriptor with explicit parameters.
public DicomLookupTableDescriptor(
int firstStoredPixelValueMapped,
int entryBits
)
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET