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


The following tables list the members exposed by ApplyLinearModalityLookupTableCommand.

Public Constructors

 NameDescription
Public ConstructorApplyLinearModalityLookupTableCommand ConstructorOverloaded.  Initializes a new ApplyLinearModalityLookupTableCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Flags which determine the behavior of this command.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyIntercept "Rescale Intercept" : the value of "b" in the linear relationship between original pixel values and the new pixel values.  
Public PropertySlope "Rescale Slope" : the value of "m" in the linear relationship between the original pixel values and the new pixel 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