Matrix class in .NET Compact Framwork

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

From the Whidbey (VS2005 Beta 1) release I read that the Matrix class is supported in CF 1.1 and 2.0:

See: ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/cpref/html/P_System_Drawing_Drawing2D_Matrix_OffsetX.htm

And it should also be supported in the Graphics class, but I don't think it is supported in CF at all (at least when I looked at System.Drawing.dll using ildasm in Compact Framework).

Is the documentation wrong or will it be supported in CF 2.0 after all?

I want to use it for rotating text.
 
From what I've heard, the Matrix class is not going to be supported in CF
2.0

-Alex

--
Alex Yakhnin, .NET CF MVP

Patrick said:
From the Whidbey (VS2005 Beta 1) release I read that the Matrix class is supported in CF 1.1 and 2.0:

See: ms-help://MS.VSCC.v80/MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.VisualStudio.v80.en/c
pref/html/P_System_Drawing_Drawing2D_Matrix_OffsetX.htm

And it should also be supported in the Graphics class, but I don't think
it is supported in CF at all (at least when I looked at System.Drawing.dll
using ildasm in Compact Framework).
 
Back
Top