Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal firstStoredPixelValueMapped As Integer, _ ByVal entryBits As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomLookupTableDescriptor( int firstStoredPixelValueMapped, int entryBits ) |
Managed Extensions for 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family