LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

End Property

Show in webframe







Gets or sets the ending color value of the range for the evaluation.
Syntax
public int End {get; set;}
'Declaration
 
Public Property End As Integer
'Usage
 
Dim instance As StatisticsInformationCommand
Dim value As Integer
 
instance.End = value
 
value = instance.End
public int End {get; set;}
@property (nonatomic, assign) int end;
public int getEnd()
public void setEnd(int value)
             
 
get_End();
set_End(value);
Object.defineProperty('End');
public:
property int End {
   int get();
   void set (    int value);
}

Property Value

Indicates the ending 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.