|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
| Leadtools.ImageProcessing.Core Namespace > DicomLookupTableDescriptor Class > DicomLookupTableDescriptor Constructor : DicomLookupTableDescriptor Constructor(Int32,Int32) |
public DicomLookupTableDescriptor( int firstStoredPixelValueMapped, int entryBits )
'Declaration
Public Function New( _ ByVal firstStoredPixelValueMapped As Integer, _ ByVal entryBits As Integer _ )
'Usage
Dim firstStoredPixelValueMapped As Integer Dim entryBits As Integer Dim instance As New DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits)
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 )