Rotating bitmaps

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

Guest

Anyone knows an algorithm for rotating a bitmap in Compact Framework?
Please advice.
(One possibility is to use SetPixel() and GetPixel() but these are
increadably slow).
 
A search via GoogleGroups, groups.google.com, of this group,
microsoft.public.dotnet.framework.compactframework will find you a number of
old threads on this topic.

Paul T.
 
Back
Top