ImageGear Professional DLL v18.1 for Windows
ART_GUI_resize_handle_size_get
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ART Component API Reference > ART Component Functions Reference > GUI Functions > ART_GUI_resize_handle_size_get

Glossary Item Box

This function gets the region defined as the sizing handle.

Declaration:

  Copy Code
AT_ERRCOUNT ART_GUI_resize_handle_size_get(
        HIGEAR hIGear,
        LPDWORD lpdwSize
); 

Arguments:

Name Type Description
hIGear HIGEAR HIGEAR handle to the image.
lpdwSize LPDWORD A pointer to a size of the sizing handle.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

None

Example:

  Copy Code
HIGEAR       hIGear;          /* HIGEAR handle of image */
AT_ERRCOUNT  nErrcount;       /* tally of IG errors on stack */
DWORD        dwSize
nErrcount = ART_GUI_resize_handle_size_get (hIGear, &dwSize);
©2014. Accusoft Corporation. All Rights Reserved.