How do I include a value for Anchor / psAnchorPosition in the Rotate parameter list?
Hi,
I'm a beginner to scripting, using Visual Basic.
I'm trying to use the Rotate() method to rotate an artLayer in Photoshop CS6.
.Rotate(14.5) etc seems absolutely fine.
BUT I want to be able to specify the center around which the rotation occurs, which is, I understand, governed by psAnchorPoint.
The syntax for Rotate() is given in the VB Scripting Reference Manual as:
Rotate(Angle [, Anchor])
My question is, how do I include a value for Anchor / psAnchorPosition in the Rotate parameter list? I've tried a lot of variations but none seems to be acceptable. Any thoughts anyone?
