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