| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal firstStoredPixelValueMapped As Integer, _ ByVal entryBits As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim firstStoredPixelValueMapped As Integer Dim entryBits As Integer Dim instance As New DicomLookupTableDescriptor(firstStoredPixelValueMapped, entryBits) | |
| 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)