Change the base of rotation axis of object.
void @ObjectSetRotationAxis (string classname, int axis);
Parameters
string classname : Class name of object
int axis : Rotation axis (0=center, 1=left/top, 2=right/top, 3=left/bottom, 4=right/bottom)
Return Value
None
Example
@ObjectSetRotationAxis("Rectangle1", 1);
Description : Change the rotation axis of Rectangle1 object based on Left/Top.
Related Helps