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


The following tables list the members exposed by MinMaxValuesCommand.

Public Constructors

 NameDescription
Public ConstructorMinMaxValuesCommand Constructor Initializes a new MinMaxValuesCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaximumValue This property is updated with the maximum intensity value present in the image.  
Public PropertyMinimumValue This property is updated with the minimum intensity value present in the image.  
Top

Public Methods

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

Public Events

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

See Also