ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > ActionBeginCreation Method |
Creates GUI action object of type Mark Creation. This action object helps to select objects on page with mouse.
ActionBeginCreation(pIParams As IGArtXDrawParams, pIStartPoint As IGPoint, pIMarkAttr As IIGArtXMark, nMarkType As enumIGArtXMarkType, nCoordType As enumIGArtXCoordType) As IGArtXAction
Name | Description |
---|---|
pIParams | Parameters required for action drawing. |
pIStartPoint | Action starting point. |
pIMarkAttr | Annotation that will be used as template for new mark to create. If NULL then newly created mark will be initialized with default values. |
nMarkType | Type of annotation to create. If pIMarkAttr is not NULL then nMarkType value is ignored and mark of hMarkSample type will be created. |
nCoordType | Coordinate type of mark to create. See enumIGArtXCoordType Enumeration description. |
Interface of created IGArtXAction Object
N/A