←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.

Example

Refer to ObjectCounterCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly