LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ObjectData Property (FastMagicWandCommand)

Show in webframe







Gets the Object data array.
Syntax
public int[] ObjectData {get;}
'Declaration
 
Public ReadOnly Property ObjectData As Integer()
'Usage
 
Dim instance As FastMagicWandCommand
Dim value() As Integer
 
value = instance.ObjectData
public int[] ObjectData {get;}

            

            
 get_ObjectData(); 
public:
property array<int>^ ObjectData {
   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

See Also

Reference

FastMagicWandCommand Class
FastMagicWandCommand Members

 

 


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