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