ImageGear Professional DLL for Windows
IG_ARTX_action_begin_resize

This function creates a GUI action object of type Mark Resize.

Declaration:

 
Copy Code
AT_ERRCOUNT IG_ARTX_action_begin_resize(
        HIG_ARTX_PAGE hArtPage,
        LPAT_ARTX_DRAW_PARAMS pParams,
        LPAT_POINT lpStartPoint,
        HIG_ARTX_MARK hMark,
        LPHIG_ARTX_ACTION lphAction
);

Arguments:

Name Type Description
hArtPage HIG_ARTX_PAGE ArtX page handle.
pParams LPAT_ARTX_DRAW_PARAMS Parameters required for action drawing.
lpStartPoint LPAT_POINT Action starting point.
hMark HIG_ARTX_MARK Handle of annotation that geometrical dimensions are to modify.
lphAction LPHIG_ARTX_ACTION Pointer to storage for function result.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This action object helps to change size of specified annotation with mouse.

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback