ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > ActionBeginMove Method |
Creates GUI action object of type Mark Move. This action object helps to change position of specified annotation with mouse.
ActionBeginMove(pIParams As IGArtXDrawParams, pIStartPoint As IGPoint, pIMarkArray As IIGArtXMarkArray) As IGArtXAction
Name | Description |
---|---|
pIParams | Parameters required for action drawing. |
pIStartPoint | Action starting point. |
pIMarkArray | Array of annotations to move. |
Interface of created IGArtXAction Object
N/A