TBSetAngleΒΆ

TBSetAngle sets the angle under which the text should be drawn.

bool = TBSetAngle(hText, rsAngle)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hText

The handle of a text object created with TBCreate.

rsAngle

rsAngle sets the angle of the text. The angle is specified in degrees (0 to 360).

id-1915189