| ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > ActionBeginResize Method |
Creates GUI action object of type Mark Resize. This action object helps to change a size of specified annotation with mouse.
ActionBeginResize(pIParams As IGArtXDrawParams,
pIStartPoint As IGPoint, pIMarkAttr As IIGArtXMark) As
IGArtXAction
| Name | Description |
|---|---|
| pIParams | Parameters required for action drawing. |
| pIStartPoint | Action starting point. |
| pIMarkAttr | Annotation to resize. |
Interface of created IGArtXAction Object
N/A