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:
| hArtPage | ArtX page handle. See HIG_ARTX_PAGE. |
| pParams | Parameters required for action drawing. |
| lpStartPoint | Action starting point. |
| 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 select objects on the page with mouse.
