Saturday, 28 September 2013

Verify that Winform drawing has been done correctly?

Verify that Winform drawing has been done correctly?

The reason I ask about this:
I'm studying programming in college and I have two mates here, who are
blind. We have a class called basic computer graphics, and we use GDI+ (C#
winform, System.Drawing classes).
As far as I know, there is no notification method built in .NET to let the
user know if the drawing has been done correctly. Are there any
alternative ways, or do you have any ideas of what should I look for to
solve this problem? This is a serious thing, these guys can write any
code, but they need somebody near to check the results every time they're
debugging.
I'm willing the code the whole thing, only I don't know where would be the
best point to start. Thanks!

No comments:

Post a Comment