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