LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RakeRemove Event
See Also 
Leadtools.ImageProcessing.Core Namespace > RakeRemoveCommand Class : RakeRemove Event



Optional delegate method for additional processing.

Syntax

Visual Basic (Declaration) 
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs)
Visual Basic (Usage)Copy Code
Dim instance As RakeRemoveCommand
Dim handler As EventHandler(Of RakeRemoveCommandEventArgs)
 
AddHandler instance.RakeRemove, handler
C# 
public event EventHandler<RakeRemoveCommandEventArgs> RakeRemove
C++/CLI 
public:
event EventHandler<RakeRemoveCommandEventArgs^>^ RakeRemove

Event Data

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

PropertyDescription
Length Gets the length of the base line of the rake.
Region Gets a LEADTOOLS Leadtools.RasterRegion representing the rake to be removed.
Status Gets or sets a value that represents the status of the rake removal process.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also