M
Marcelo
Greetings!
I develop a Multiple Windows Forms application in Microsoft Visual
Studio C++ .NET 2003 and I have a problem with string drawing. I can
draw it vertically, but I need to turn the strings 180°. I use the
Invalidate() function and call the Paint event:
private: System::Void groupBox2_Paint(System::Object * sender,
System::Windows::Forms:aintEventArgs * e){
e->Graphics->DrawString(Voltage,new
System:rawing::Font("TimesNewRoman",12),new
SolidBrush(Color::Black),50*FACX,410*FACX,new
StringFormat(StringFormatFlags:irectionVertical));
}
But, as I know, the "StringFormatFlags" does not give me the
possibility to spin the string 180°. Any idea of how to spin it is
welcome.
Marcelo Roggia Schio
I develop a Multiple Windows Forms application in Microsoft Visual
Studio C++ .NET 2003 and I have a problem with string drawing. I can
draw it vertically, but I need to turn the strings 180°. I use the
Invalidate() function and call the Paint event:
private: System::Void groupBox2_Paint(System::Object * sender,
System::Windows::Forms:aintEventArgs * e){
e->Graphics->DrawString(Voltage,new
System:rawing::Font("TimesNewRoman",12),new
SolidBrush(Color::Black),50*FACX,410*FACX,new
StringFormat(StringFormatFlags:irectionVertical));
}
But, as I know, the "StringFormatFlags" does not give me the
possibility to spin the string 180°. Any idea of how to spin it is
welcome.
Marcelo Roggia Schio