←Select platform

ObjectCounterCommandEventArgs Constructor (ObjectCounterCommandEventArgs)

Summary

Initializes a new ObjectCounterCommandEventArgs with explicit parameters.

Syntax

C#
VB
C++
public ObjectCounterCommandEventArgs(  
   Leadtools.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 
) 

Parameters

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize