C#
VB
C++
Initializes a new ObjectCounterCommandEventArgs with explicit parameters.
public ObjectCounterCommandEventArgs(
LeadRect objectrectangle,
int[][] objectdata
)
Public Function New( _
ByVal objectrectangle As Leadtools.LeadRect, _
ByVal objectdata()() As Integer _
)
public:
ObjectCounterCommandEventArgs(
Leadtools.LeadRect objectrectangle,
array<array<int>^>^ objectdata
)
objectrectangle
Rectangle surrounding the object.
objectdata
Two dimension array containing the location of the pixels belonging to the object. Elements in the array with value 1 belong to the object, otherwise they do not
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