ImageGear Professional DLL v18.1 for Windows
IG_FIP_co_obj_dimensions_get
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > FreqIP Component API Reference > FreqIP Component Functions Reference > Complex Object Functions > IG_FIP_co_obj_dimensions_get

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.