LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

lookUpTableLength Property

Show in webframe







Gets or sets the length for the lookUpTable property
Syntax
public int lookUpTableLength {get; set;}
'Declaration
 
Public Property lookUpTableLength As Integer
'Usage
 
Dim instance As RemapIntensityCommand
Dim value As Integer
 
instance.lookUpTableLength = value
 
value = instance.lookUpTableLength
public int lookUpTableLength {get; set;}
@property (nonatomic, assign) unsigned int lookUpTableLength;

            
 
get_lookUpTableLength();
set_lookUpTableLength(value);
Object.defineProperty('lookUpTableLength_objectivec');
public:
property int lookUpTableLength {
   int get();
   void set (    int value);
}

Property Value

An integer that specifies the length for the lookUpTable property
Requirements

Target Platforms

See Also

Reference

RemapIntensityCommand Class
RemapIntensityCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.