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


The following tables list the members exposed by MathematicalFunctionCommand.

Public Constructors

 NameDescription
Public ConstructorMathematicalFunctionCommand ConstructorOverloaded.  Initializes a new MathematicalFunctionCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFactor Gets or sets a value used as an amplitude factor if the Type property is Square, Square Root, or Logarithm, and is used as a frequency factor if the Type property is Sine or Cosine.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyType Gets or sets a value that indicates the type of mathematical operation to be performed on each pixel's values.  
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