Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Start Property (StatisticsInformationCommand)








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) NSInteger start
public int getStart()
public void setStart(int value)
             
 <br/>get_Start();<br/>set_Start(value);<br/>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

Error processing SSI file