[]
Draw rotated string at specified position.
void DrawStringRotated(string s, C1Point pos, C1Point center, double angle)
Sub DrawStringRotated(s As String, pos As C1Point, center As C1Point, angle As Double)
| Type | Name | Description |
|---|---|---|
| string | s | String to draw. |
| C1Point | pos | Position to draw. |
| C1Point | center | Position of the string center. |
| double | angle | Angle |