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


The following tables list the members exposed by SelectDataCommand.

Public Constructors

 NameDescription
Public ConstructorSelectDataCommand ConstructorOverloaded.  Initializes a new SelectDataCommand class obejct with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyColor Gets or sets the color used for showing the variances in the image.  
Public PropertyCombine Gets or sets a flag which tells how to color the output pixels.  
Public PropertyDestinationImage RasterImage object that references the 8, 12 or 16-bit grayscale image. SourceImage will not be affected.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertySourceHighBit Gets or sets the position of the end bit that will construct the mask.  
Public PropertySourceLowBit Gets or sets the position of the start bit that will construct the mask.  
Public PropertyThreshold Gets or sets a value that indicates the threshold for showing the image variances.  
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 command.  
Top

Protected Methods

Public Events

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

See Also