Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
LookupTable Property
See Also 
Leadtools.Windows.Media.Effects.Color Namespace > RemapIntensityCommandBitmapEffect Class : LookupTable Property





Gets or sets a table of integers that represent lookup values.

Syntax

Visual Basic (Declaration) 
Public Property LookupTable As Integer()
Visual Basic (Usage)Copy Code
Dim instance As RemapIntensityCommandBitmapEffect
Dim value() As Integer
 
instance.LookupTable = value
 
value = instance.LookupTable
C# 
public int[] LookupTable {get; set;}
Managed Extensions for C++ 
public: __property int[]* get_LookupTable();
public: __property void set_LookupTable( 
   int[]* value
);
C++/CLI 
public:
property array<int>^ LookupTable {
   array<int>^ get();
   void set (intarray<value>^ value);
}
XAML 
cannot be used in XAML directly.Instead use x:Array Markup Extension.
XAML Attributes Usage 

<object LookupTable =int >

Dependency Property Information 

Identifier field

LookupTableProperty

Metadata properties set to true

None

Return Value

Table of integers that represent lookup values.

Example

For XAML example, refer to RemapIntensityCommandBitmapEffect.

For C#/VB examples, refer to RemapIntensityCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also