DrawingRotate

Purpose:

Rotates a picture by the given degree. Corresponds to function BMPRotate().

Parameter:

Picture or String

Number       Rotation angle

Number       (optional) Mode (0=Degree, 1=Radian)

Return value:

Picture

Example:

DrawingRotate(Item.Picture,90)