ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > RotateMarks Method |
Rotates all marks on the page according with value of nRotateValue parameter. In contrast with Rotate Method, it updates annotation coordinates. For text annotations (IG_ARTX_MARK_TEXT and similar), button and image (IG_ARTX_MARK_IMAGE and similar) it also updates mark orientation property.
RotateMarks(RotateValue As enumIGRotationValues, ImageRect As
IGRectangle, DeviceRect As IGRectangle)
Name | Description |
---|---|
RotateValue | Rotation mode. Please see enumIGRotationValues Enumeration. |
ImageRect | Specifies bounding rectangle to rotate annotations specified in image coordinate system. Typically it can be image rectangle. |
DeviceRect | Specifies bounding rectangle to rotate annotations specified in device coordinate system. Typically it can be windows client rectangle. |
None
N/A