←Select platform

ObjectCounter Event

Summary

Optional delegate method for additional processing.

Syntax

C#
VB
C++
public event EventHandler<ObjectCounterCommandEventArgs> ObjectCounter 
Public Event ObjectCounter As EventHandler(Of ObjectCounterCommandEventArgs) 
public: 
event EventHandler<ObjectCounterCommandEventArgs^>^ ObjectCounter 

Event Data

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

PropertyDescription
ObjectData Gets the two dimensional array corresponding to the location of the object pixels in the object rectangle.
ObjectRectangle Gets the Object's rectangle surrounding the object.
Example

Refer to ObjectCounterCommand.

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