Rotating Text

  • Thread starter Thread starter Alfonso Paredes
  • Start date Start date
A

Alfonso Paredes

I need to draw text at diferent angles.
Usually I'd use the Matriz class and then transform the
Graphics object, but those do not exist in the CF.

so, does anyone have an alternative method?

Saludos

Alfonso
 
Hi Alfonso,

Unfortunately, this functionality is not supported in the .NET Compact
Framework.

Thank you,
Sergiy

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Alfonso Paredes" <[email protected]>
| Sender: "Alfonso Paredes" <[email protected]>
| Subject: Rotating Text
| Date: Tue, 12 Aug 2003 13:17:46 -0700
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNhDst/26nucEZXS+iWs6a76FD/Gg==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:30767
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I need to draw text at diferent angles.
| Usually I'd use the Matriz class and then transform the
| Graphics object, but those do not exist in the CF.
|
| so, does anyone have an alternative method?
|
| Saludos
|
| Alfonso
|
 
Back
Top