ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXMark Object > IGArtXMark Methods > Move Method |
Moves the mark.
The coordinate arguments specify an offset to the position, rather than an absolute position. The origin (0, 0) is in the upper left corner. |
Move(OffsetX As Long, OffsetY As Long)
Name | Description |
---|---|
OffsetX | X offset to move. |
OffsetY | Y offset to move. |
None
N/A