←Select platform

RakeRemove Event

Summary

Optional delegate method for additional processing.

Syntax

C#
VB
C++
public event EventHandler<RakeRemoveCommandEventArgs> RakeRemove 
Public Event RakeRemove As EventHandler(Of RakeRemoveCommandEventArgs) 
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 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly