Skip to content

Rotation - cWebDrawing

Sets the rotation of the item

Type: Procedure

Parameters

Parameter Type Description
sId String ID of the item
fAngle Float The rotation angle in degrees, clockwise. A positive number will make the rotation go counterclockwise, a negative number moves it clockwise.
bRotateInPlace Boolean (Optional) Decides whether the item should rotate in place (True) or if it should rotate around the canvas/group that is is currently located in (False)

Syntax

Procedure Rotation String sId Float fAngle Boolean bRotateInPlace

Call Example

Send Rotation sId fAngle bRotateInPlace

Description

Sets the rotation of the item.