←Select platform

Smooth Event

Summary

Optional delegate method for additional processing.

Syntax
C#
VB
Objective-C
C++
Java
public event EventHandler<SmoothCommandEventArgs> Smooth 
Public Event Smooth As EventHandler(Of SmoothCommandEventArgs) 
typedef void (^LTSmoothCommandStatus)(LTRasterImage *image, LTSmoothCommandEventArgs *args, LTRemoveStatus *status) 
 
- (BOOL)run:(LTRasterImage *)image 
   progress:(nullable LTRasterCommandProgress)progressHandler 
     status:(nullable LTSmoothCommandStatus)lineRemoveStatus 
      error:(NSError **)error 
public void addSmoothCommandListener(SmoothCommandListener listener) 
public void removeSmoothCommandListener(SmoothCommandListener listener) 
public: 
event EventHandler<SmoothCommandEventArgs^>^ Smooth 

Event Data

The event handler receives an argument of type SmoothCommandEventArgs containing data related to this event. The following SmoothCommandEventArgs properties provide information specific to this event.

PropertyDescription
BumpNick Gets a value that indicates whether to remove bumps or fill in nicks.

Example

Refer to SmoothCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly