←Select platform

FirstIndex Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly