This function obtains the width and height of the given object.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_FIP_co_obj_dimensions_get(
HIGCOMPLEXOBJ hIGComplexObj,
LPAT_DIMENSION lpWidth,
LPAT_DIMENSION lpHeight
);
|
|
Arguments:
| Name | Type | Description |
| hIGComplexObj | HIGCOMPLEXOBJ | Handle to the object for which to get dimensions. |
| lpWidth | AT_DIMENSION | Returns the width of the object. |
| lpHeight | AT_DIMENSION | Returns the height of the object. |
Return Value:
Returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.