The reference point on the object’s bounding box that does not move during transformation operations. Note: Transformations include rotation, scaling, flipping, and shearing.
| Name | Description | Value |
|---|---|---|
| TOP_LEFT_ANCHOR | The top left corner. | 1095660652 = ‘ANtl’ |
| TOP_CENTER_ANCHOR | The center point on the top of the bounding box. | 1095660643 = ‘ANtc’ |
| TOP_RIGHT_ANCHOR | The top right corner. | 1095660658 = ‘ANtr’ |
| LEFT_CENTER_ANCHOR | The center point on the left side of the bounding box. | 1095658595 = ‘ANlc’ |
| CENTER_ANCHOR | The center point in the bounding box. | 1095656308 = ‘ANct’ |
| RIGHT_CENTER_ANCHOR | The center point on the right side of the bounding box. | 1095660131 = ‘ANrc’ |
| BOTTOM_LEFT_ANCHOR | The bottom left corner. | 1095656044 = ‘ANbl’ |
| BOTTOM_CENTER_ANCHOR | The center point on the bottom of the bounding box. | 1095656035 = ‘ANbc’ |
| BOTTOM_RIGHT_ANCHOR | The bottom right corner. | 1095656050 = ‘ANbr’ |
Usage:
- As property:
- AnchoredObjectSetting.anchorPoint
- FrameFittingOption.fittingAlignment