The reference point on the object's bounding box that does not move during transformation operations. Note: Transformations include rotation, scaling, flipping, and shearing.
Static Properties
| Name | Description |
|---|---|
| BOTTOM_CENTER_ANCHOR | The center point on the bottom of the bounding box. |
| BOTTOM_LEFT_ANCHOR | The bottom left corner. |
| BOTTOM_RIGHT_ANCHOR | The bottom right corner. |
| CENTER_ANCHOR | The center point in the bounding box. |
| LEFT_CENTER_ANCHOR | The center point on the left side of the bounding box. |
| RIGHT_CENTER_ANCHOR | The center point on the right side of the bounding box. |
| TOP_CENTER_ANCHOR | The center point on the top of the bounding box. |
| TOP_LEFT_ANCHOR | The top left corner. |
| TOP_RIGHT_ANCHOR | The top right corner. |