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


For a list of all members of this type, see StatisticsInformationCommand members.

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

See Also