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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top