LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Start Property (StatisticsInformationCommand)

Show in webframe







Gets or sets the beginning color value of the range for the evaluation.
Syntax
public int Start {get; set;}
'Declaration
 
Public Property Start As Integer
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Integer
 
instance.Start = value
 
value = instance.Start
public int Start {get; set;}
@property (nonatomic, assign) int start;
public int getStart()
public void setStart(int value)
             
 
get_Start();
set_Start(value);
Object.defineProperty('Start');
public:
property int Start {
   int get();
   void set (    int value);
}

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

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

 

 


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