←Select platform

FirstIndex Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public int FirstIndex { get; set; } 
Public Property FirstIndex As Integer 
@property (nonatomic, assign) NSInteger firstIndex 
public int getFirstIndex() 
public void setFirstIndex(int value) 
             
public: 
property int FirstIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly