LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

End Property






Gets or sets the ending color value of the range for the evaluation. .NET support WinRT support Silverlight support
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;}
 get_End();
set_End(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatisticsInformationCommand Class
StatisticsInformationCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.