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

Show in webframe

ObjectData Property (FastMagicWandCommand)








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

Error processing SSI file