C#
VB
C++
Optional delegate method for additional processing.
public event EventHandler<ObjectCounterCommandEventArgs> ObjectCounter
Public Event ObjectCounter As EventHandler(Of ObjectCounterCommandEventArgs)
public:
event EventHandler<ObjectCounterCommandEventArgs^>^ ObjectCounter
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.
Property | Description |
---|---|
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. |
Refer to ObjectCounterCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET