Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > RakeRemoveCommand Class : RakeRemove Event |
public event EventHandler<RakeRemoveCommandEventArgs> RakeRemove
'Declaration
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs)
'Usage
Dim instance As RakeRemoveCommand Dim handler As EventHandler(Of RakeRemoveCommandEventArgs) AddHandler instance.RakeRemove, handler
public event EventHandler<RakeRemoveCommandEventArgs> RakeRemove
add_RakeRemove(function(sender, e)) remove_RakeRemove(function(sender, e))
public: event EventHandler<RakeRemoveCommandEventArgs^>^ RakeRemove
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.
Property | Description |
---|---|
Length | Gets the length of the base line of the rake. |
Region | Gets a LEADTOOLS RasterRegion representing the rake to be removed. |
Status | Gets or sets a value that represents the status of the rake removal process. |