J jg Jan 5, 2004 #1 How can I draw a rotated ellipse with .net CF, the standard methods for transforming are not supported in .net cf? Thanks.
How can I draw a rotated ellipse with .net CF, the standard methods for transforming are not supported in .net cf? Thanks.
M Mahesh ChandraMouli[MVP] Jan 5, 2004 #2 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
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
A Alex Feinman [MVP] Jan 6, 2004 #3 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.
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.
N Neil Cowburn [MVP] Jan 6, 2004 #5 It could be done if you are prepared to roll your own DrawEllipse method and are competant with vector transformations. --Neil
It could be done if you are prepared to roll your own DrawEllipse method and are competant with vector transformations. --Neil