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


The following tables list the members exposed by SmoothCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorSmoothCommandEventArgs Constructor Initializes a new SmoothCommand class object with explicit parameters.  
Top

Public Properties

 NameDescription
Public PropertyBumpNick Gets a value that indicates whether to remove bumps or fill in nicks.  
Public PropertyDirection Gets a value that indicates whether the element being smoothed is vertical or horizontal.  
Public PropertyImage Gets the RasterImage object that references the affected image.  
Public PropertyLength Gets the length (in pixels) of the bump or nick.  
Public PropertyStartColumn Gets the starting column of the bump or nick. The columns are zero-based.  
Public PropertyStartRow Gets the starting row of the bump or nick. The rows are zero-based.  
Public PropertyStatus Gets or sets a value that represents the status of the smoothing process.  
Top

See Also