←Select platform

ObjectData Property

Summary

Gets the Object data array.

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

Object data array: The elements of the array that are 1 corresponds to points belonging to the object within the ObjectRectangle area, the elements that are 0 do not belong to the object.

Example

Refer to FastMagicWandCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly