Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rotating Text
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Rotating Text
Divers
Thread ID:
01418471
Message ID:
01418471
Vues:
99
I am drawing some text in a user control's paint:
Brush brushCaption = new SolidBrush(fontColor);
Point pntTextLocation = new Point(iLeft + 2, iTop);
StringFormat Format = new StringFormat(StringFormatFlags.DirectionVertical);
e.Graphics.DrawString(_Caption, font, brushCaption, pntTextLocation, Format);
The problem is that while the text IS rotated, it's rotated facing left. I want in facing right. How do I do this?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Répondre
Fil
Voir

Click here to load this message in the networking platform