Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property array<int>^ LookupTable {
   array<int>^ get();
   void set (intarray<value>^ value);
}
XAML Syntax 
cannot be used in XAML directly.Instead use x:Array Markup Extension.
XAML Attributes Usage 

<object LookupTable =int >

Dependencies Property Information 

Identifier field

LookupTableProperty

Metadata properties set to true

None

XAML Syntax 
cannot be used in XAML directly.Instead use x:Array Markup Extension.
XAML Attributes Usage 

<object LookupTable =int >

Dependencies 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, Windows Server 2008 family

See Also