LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ObjectData Property (ObjectCounterCommandEventArgs)

Show in webframe







Gets the two dimensional array corresponding to the location of the object pixels in the object rectangle.
Syntax
public int[] ObjectData {get;}
'Declaration
 
Public ReadOnly Property ObjectData As Integer()
'Usage
 
Dim instance As ObjectCounterCommandEventArgs
Dim value() As Integer
 
value = instance.ObjectData
public int[] ObjectData {get;}

            

            
 get_ObjectData(); 
public:
property array<int>^ ObjectData {
   array<int>^ get();
}

Property Value

Two dimensional array corresponding to the location of the object pixels in the object rectangle.
Example
Refer to ObjectCounterCommand.
Requirements

Target Platforms

See Also

Reference

ObjectCounterCommandEventArgs Class
ObjectCounterCommandEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.