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

Show in webframe

ObjectData Property (ObjectCounterCommandEventArgs)








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

Error processing SSI file