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


For a list of all members of this type, see SmoothCommandEventArgs members.

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