ImageGear Professional DLL v18.1 for Windows
IG_ARTX_action_begin_selection
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ACTION > IG_ARTX_action_begin_selection

Glossary Item Box

This function creates a GUI action object of type Selection.

Declaration:

  Copy Code
AT_ERRCOUNT IG_ARTX_action_begin_selection(
        HIG_ARTX_PAGE hArtPage,
        LPAT_ARTX_DRAW_PARAMS pParams,
        LPAT_POINT lpStartPoint,
        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.
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 select objects on the page with mouse.

©2014. Accusoft Corporation. All Rights Reserved.