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


The following tables list the members exposed by DotRemoveCommand.

Public Constructors

 NameDescription
Public ConstructorDotRemoveCommand ConstructorOverloaded.  Initializes a new DotRemoveCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Gets or sets flags that determine the behavior of the dot removal process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyImageRegion This property is updated with a shallow copy of the image that also has a region that contains the removed dots.  
Public PropertyMaximumDotHeight Gets or sets the maximum height of a dot to be removed.  
Public PropertyMaximumDotWidth Gets or sets the maximum width of a dot to be removed.  
Public PropertyMinimumDotHeight Gets or sets the minimum height of a dot to be removed.  
Public PropertyMinimumDotWidth Gets or sets the minimum width of a dot to be removed.  
Public PropertyRegion Gets the handle to a windows region.  
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 EventDotRemove Optional delegate method for additional processing.  
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also