This property sets the angle of rotation for text drawn using the DrawString, DrawText or TextOut methods.

[C++Builder]   imagekitcontrolname->PrintDraw->CharAngle [ = short ]
[Delphi]   imagekitcontrolname.PrintDraw.CharAngle [ = Smallint ]

Property Value

When using the DrawString method:

   The CharAngle property rotates each character in a line of text clockwise from 0 to 360 degrees in 1 degree units.

When using the DrawText method:

   The CharAngle property rotates each character in a line of text counterclockwise by 0, 90, 180, and 270 degrees.

When using the TextOut method:

   If the RotateString property is True, then the CharAngle property will rotate the whole line of text counterclockwise by the angle set (in degree units
   from 0 to 360 degrees).

   If the RotateString property is False then the CharAngle property rotates each character in a line of text counterclockwise by 0, 90, 180, and 270 degrees.

Explanation

The CharAngle property sets the angle of rotation for text drawn using the DrawString, DrawText or TextOut methods.

Setting this value

This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation