Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
StatisticsInformationCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Effects Namespace : StatisticsInformationCommand Class


The following tables list the members exposed by StatisticsInformationCommand.

Public Constructors

 NameDescription
Public ConstructorStatisticsInformationCommand ConstructorOverloaded.  Initializes a new StatisticsInformationCommand with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyChannel Gets or sets the channel for which to get the information.  
Public PropertyEnd Gets or sets the ending color value of the range for the evaluation.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaximum (Read only) Gets the Maximum value found.  
Public PropertyMean (Read only) Gets the mean value found.  
Public PropertyMedian (Read only) Gets the median value found.  
Public PropertyMinimum (Read only) Gets the Minimum value found.  
Public PropertyPercent (Read only) Gets the percent value of selected pixel to the whole pixels in the image, in hundredths of percent.  
Public PropertyPixelCount (Read only) Gets the Pixel number value found.  
Public PropertyStandardDeviation (Read only) Gets the standard deviation value found.  
Public PropertyStart Gets or sets the beginning color value of the range for the evaluation.  
Public PropertyTotalPixelCount (Read only) Gets the whole image Pixel number value found.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this method.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also