a rotated ellipse

  • Thread starter Thread starter jg
  • Start date Start date
J

jg

How can I draw a rotated ellipse with .net CF, the standard methods for
transforming are not supported in .net cf?

Thanks.
 
Hi,

Use the Graphics object and draw the ellipse...
Can you please tell exactly what do u require.

Regards
Mahesh ChandraMouli
Microsoft .NET MVP|MCAD
 
Actually, he did. He wants to draw a slanted ellipse - something done via
specifiing the transform matrix on the desktop. This is an ellipse that has
axes that are not parallel to X and Y axes

I don't belileve this can be done in Windows CE at all.
 
It could be done if you are prepared to roll your own DrawEllipse method and
are competant with vector transformations.

--Neil
 
Back
Top