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 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 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