LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor SmoothCommandEventArgs ConstructorInitializes a new SmoothCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property BumpNickGets a value that indicates whether to remove bumps or fill in nicks. Supported in Silverlight, Windows Phone 7  
public Property DirectionGets a value that indicates whether the element being smoothed is vertical or horizontal. Supported in Silverlight, Windows Phone 7  
public Property ImageGets the Leadtools.RasterImage object that references the affected image. Supported in Silverlight, Windows Phone 7  
public Property LengthGets the length (in pixels) of the bump or nick. Supported in Silverlight, Windows Phone 7  
public Property StartColumnGets the starting column of the bump or nick. The columns are zero-based. Supported in Silverlight, Windows Phone 7  
public Property StartRowGets the starting row of the bump or nick. The rows are zero-based. Supported in Silverlight, Windows Phone 7  
public Property StatusGets or sets a value that represents the status of the smoothing process. Supported in Silverlight, Windows Phone 7  
Top

See Also