Gets the Object data array.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property ObjectData As Integer() |
C# | |
---|
public int[] ObjectData {get;} |
C++/CLI | |
---|
public:
property array<int>^ ObjectData {
array<int>^ get();
} |
Return 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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also