LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ObjectCounterCommandEventArgs Constructor (ObjectCounterCommandEventArgs)






Rectangle surrounding the object.

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

Initializes a new ObjectCounterCommandEventArgs with explicit parameters.

Syntax
public ObjectCounterCommandEventArgs( 
   LeadRect objectrectangle,
   int[] objectdata
)
'Declaration
 
Public Function New( _
   ByVal objectrectangle As LeadRect, _
   ByVal objectdata() As Integer _
)
'Usage
 
Dim objectrectangle As LeadRect
Dim objectdata() As Integer
 
Dim instance As New ObjectCounterCommandEventArgs(objectrectangle, objectdata)
public ObjectCounterCommandEventArgs( 
   LeadRect objectrectangle,
   int[] objectdata
)
function ObjectCounterCommandEventArgs( 
   objectrectangle ,
   objectdata 
)
public:
ObjectCounterCommandEventArgs( 
   LeadRect objectrectangle,
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObjectCounterCommandEventArgs Class
ObjectCounterCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.