Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

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

See Also

Reference

ObjectCounterCommandEventArgs Class
ObjectCounterCommandEventArgs Members

Error processing SSI file