| API Reference Guide > FreqIP Component API Reference > FreqIP Component Functions Reference > Complex Object Functions > IG_FIP_co_obj_dimensions_get |
This function obtains the width and height of the given object.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_FIP_co_obj_dimensions_get(
HIGCOMPLEXOBJ hIGComplexObj,
LPAT_DIMENSION lpWidth,
LPAT_DIMENSION lpHeight
);
|
|
| 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. |
Returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.