Drawing a Polygon, at different angles (rotate). Compact Framework
-
Hi, I'm using C# and .net Compact Framework 2.0. I want to draw a polygon at various angles, in other words I want to rotate it. However, I don't know the maths to do this, transformation matix aren't part of the Cf so I've to figure it out for myself, any pointers? Thanks Gem
-
Hi, I'm using C# and .net Compact Framework 2.0. I want to draw a polygon at various angles, in other words I want to rotate it. However, I don't know the maths to do this, transformation matix aren't part of the Cf so I've to figure it out for myself, any pointers? Thanks Gem
Why not just make your own transformation matrix class?
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Why not just make your own transformation matrix class?
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
Hi :) I think there is an article on this site which deals with this... Also check SourceForge which i also think has some code to cover this (svg for cf). Good luck :)