Search

MSDN Forum: GDI - Issue while drawing Arc. by CSSForumEngineer

Closed
as Fixed Help for as Fixed

1
0
Sign in
to vote
Type: Bug
ID: 726453
Opened: 2/23/2012 5:44:19 PM
Access Restriction: Public
Moderator Decision: Sent to Engineering Team for consideration
0
Workaround(s)
0
User(s) can reproduce this bug
http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/be3f37d8-1482-44c2-8bdf-379bff4086e5.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling version

Visual Studio 2010

Steps to reproduce

Copy the codes customer provided into a MFC application.
Run it to print Arc from 0 to 91 degree.

Product Language

English

Operating System

Windows 7

Operating System Language

English

Actual results

The result of drawing Arc of 0~91 degree is flawed.

Expected results

The expected Arc should be unbroke. That is, the Arc should be black from end to end.
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 3/6/2012 at 4:21 PM
Hello,

Thanks for the report. Since MFC doesn’t have its own graphics drawing implementation and just wraps Win32 GDI methods, we believe that we cannot resolve this problem in MFC. We would suggest using GDI+ or, better, D2D for more accurate drawing.

Pat Brenner
Visual C++ Libraries Development
Posted by MS-Moderator09 [Feedback Moderator] on 2/24/2012 at 1:56 AM
Thank you for submitting feedback on Visual Studio 2010 and .NET Framework. Your issue has been routed to the appropriate VS development team for review. We will contact you if we require any additional information.
Posted by MS-Moderator01 on 2/23/2012 at 6:45 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.