←Select platform

LookupTable Property (ApplyModalityLookupTableCommand)

Summary

Array of short values that contains the lookup table.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public short[] LookupTable {get; set;}
Public Property LookupTable As Short()
public short[] LookupTable {get; set;}
@property (nonatomic, assign, nullable) const unsigned short *lookupTable
public int[] getLookupTable() 
public void setLookupTable(int[] value) 
get_LookupTable(); 
set_LookupTable(value); 
Object.defineProperty('LookupTable'); 
public: 
property array<short>^ LookupTable { 
   array<short>^ get(); 
   void set (    array<short>^ ); 
} 

Property Value

Array of short values that contains the lookup table. Its length determines the number of entries. All the pixels that are greater than FirstStoredPixelValueMapped + (LookupTable->Length) will be set to the last entry in the LookupTable (LookupTable[LookupTable->Length - 1]).

Example

Refer to ApplyModalityLookupTableCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize