ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / FreqIP Component API Reference / FreqIP Component Functions Reference / Complex Object Functions / IG_FIP_co_obj_dimensions_get
In This Topic
    IG_FIP_co_obj_dimensions_get
    In This Topic

    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.