←Select platform

ObjectData Property

Summary

Gets the two dimensional array corresponding to the location of the object pixels in the object rectangle.

Syntax

C#
VB
C++
public int[][] ObjectData { get; } 
Public ReadOnly Property ObjectData As Integer()() 
public: 
property array<array<int>^>^ ObjectData { 
   array<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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly