←Select platform

Start Property

Summary

Gets or sets the beginning color value of the range for the evaluation.

Syntax
C#
VB
Objective-C
C++
Java
public int Start { get; set; } 
Public Property Start As Integer 
@property (nonatomic, assign) NSInteger start 
public int getStart() 
public void setStart(int value) 
public: 
property int Start { 
   int get(); 
   void set (    int ); 
} 

Property Value

Indicates the beginning color value of the range for the evaluation. This property only accepts positive values.

Example

Refer to StatisticsInformationCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly