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


The following tables list the members exposed by SmoothCommand.

Public Constructors

 NameDescription
Public ConstructorSmoothCommand ConstructorOverloaded.  Initializes a new SmoothCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Gets or sets a value that determines the behavior of the smoothing process.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyImageRegion Gets the RasterImage object that is updated with a shallow copy of the image that also has a region that contains the removed bumps and nicks.  
Public PropertyLength Gets or sets the length of the bump (or nick) to remove (or fill). All bumps and nicks less than or equal to this size are processed. This value is in pixels.  
Public PropertyRegion Gets the handle to a windows region.  
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 command.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public EventSmooth Optional delegate method for additional processing.  
Top

See Also