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

ObjectData Property (ObjectCounterCommandEventArgs)






Gets the two dimensional array corresponding to the location of the object pixels in the object rectangle. .NET support
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: 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.