Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
FirstIndex Property
See Also 
Leadtools.ImageProcessing.Core Namespace > CountLookupTableColorsResult Structure : FirstIndex Property




A variable to be updated with the index of the last occurrence of the starting color.

Syntax

Visual Basic (Declaration) 
Public Property FirstIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As CountLookupTableColorsResult
Dim value As Integer
 
instance.FirstIndex = value
 
value = instance.FirstIndex
C# 
public int FirstIndex {get; set;}
Managed Extensions for C++ 
public: __property int get_FirstIndex();
public: __property void set_FirstIndex( 
   int value
);
C++/CLI 
public:
property int FirstIndex {
   int get();
   void set (int value);
}

Return Value

A variable to be updated with the index of the last occurrence of the starting color.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also