rotateReference
layout rotateReference cyclic { "LowerLeft" | "CenterLeft" | "UpperLeft" | "LowerCenter" | "CenterCenter" | "UpperCenter" | "LowerRight" | "CenterRight" | "UpperRight" | "Custom" }
Description
Sets the reference point around which an object is rotated.
-
LowerLeft: Rotates an object around the lower-left point of its bounding box. -
CenterLeft: Rotates an object around the center-left point of its bounding box. -
UpperLeft: Rotates an object around the upper-left point of its bounding box. -
LowerCenter: Rotates an object around the lower-center point of its bounding box. -
CenterCenter: Default. Rotates an object around the center point of its bounding box. -
UpperCenter: Rotates an object around the upper-center point of its bounding box. -
LowerRight: Rotates an object around the lower-right point of its bounding box. -
CenterRight: Rotates an object around the center-right point of its bounding box. -
UpperRight: Rotates an object around the upper-right point of its bounding box. -
Custom: Rotates an object around the specified X and Y coordinates. This option is available in the Rotate form.
GUI Equivalent
Examples
envGetVal("layout" "rotateReference")
envSetVal("layout" "rotateReference" 'cyclic "LowerLeft")
envSetVal("layout" "rotateReference" 'cyclic "Custom")
Related Topics
Return to top