LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

RakeRemove Event

Show in webframe







Optional delegate method for additional processing.
Syntax
'Declaration
 
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs)
'Usage
 
Dim instance As RakeRemoveCommand
Dim handler As EventHandler(Of RakeRemoveCommandEventArgs)
 
AddHandler instance.RakeRemove, handler

            

            
add_RakeRemove(function(sender, e))
remove_RakeRemove(function(sender, e))

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
Refer to RakeRemoveCommand.
Requirements

Target Platforms

See Also

Reference

RakeRemoveCommand Class
RakeRemoveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.