LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

NumberOfEntries Property

Show in webframe







A variable to be updated with the total number of entries between the start color and the end color. The start color and end color are determined internally.
Syntax
public int NumberOfEntries {get; set;}
'Declaration
 
Public Property NumberOfEntries As Integer
'Usage
 
Dim instance As CountLookupTableColorsResult
Dim value As Integer
 
instance.NumberOfEntries = value
 
value = instance.NumberOfEntries
public int NumberOfEntries {get; set;}
@property (nonatomic, assign) int numberOfEntries;
public int getNumberOfEntries()
public void setNumberOfEntries(int value)
            
 
get_NumberOfEntries();
set_NumberOfEntries(value);
Object.defineProperty('NumberOfEntries');
public:
property int NumberOfEntries {
   int get();
   void set (    int value);
}

Property Value

A variable to be updated with total number of entries between the start color and the end color.
Example
Refer to CoreUtilities.CountLookupTableColors
Requirements

Target Platforms

See Also

Reference

CountLookupTableColorsResult Structure
CountLookupTableColorsResult Members

 

 


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