The OBJECTINFO structure provides information about the object exists within a rectangle in an image.
Member |
Description |
rcRect |
A rectangle structure used to specify the area where the object exists. |
pObject |
A two dimensional array that represents the information about the object shape. This array specifies the shape of the object by referencing points that exist in the object as 1, and the ones that are not as 0. It corresponds to the size of all the pixels in the rectangle rcRect specified in the OBJECTINFO structure. |
This structure is used by the following functions:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET