ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_action_begin_move
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ACTION > IG_ARTX_action_begin_move

Glossary Item Box

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

Declaration:

  Copy Code
AT_ERRCOUNT IG_ARTX_action_begin_move(
        HIG_ARTX_PAGE hArtPage,
        LPAT_ARTX_DRAW_PARAMS pParams,
        LPAT_POINT lpStartPoint,
        HIG_ARTX_MARK* phMark,
        AT_DWORD dwMarkCount,
        LPHIG_ARTX_ACTION lphAction
);

Arguments:

hArtPage ArtX page handle. See HIG_ARTX_PAGE.
pParams Parameters required for action drawing.
lpStartPoint Action starting point.
phMark Pointer to list of annotation handles to move. See HIG_ARTX_MARK.
dwMarkCount Number of elements in phMark.
lphAction 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 position of specified annotation with mouse.

©2012. Accusoft Corporation. All Rights Reserved.