Well Done !!!

Well Done Microsoft!!!

I think The graphics class is the most iritaiting class of all, when u need an object of it you have to do 30 other things to get an graphics object, no offence but if u wanted to make the hardest thing to draw something u really done it, and i`m not talking about Paint Event
Why didn`t let the constructor of the graphics class public (maybe u did have your reasons, mabe it was the only way, but heck man u are the MICRSOFT)

Anyway, Thanks for the best Language of all



Answer this question

Well Done !!!

  • daddyoh

    wasnt joking :)

  • Vishal Karnik

    ahmedilyas you are really funy

    MS PAINT :)))))


  • C# Lover

    exactly

    if you really want graphics - use some paint program, such as ms paint and import the image.



  • Gavin Lilley

    i domt think is that simple trust me!!!

    btw a ment real graphics programing not just drawing a line or a cricle LOL


  • StokerC

    You mean 30 other things like:

    Graphics g = control.CreateGraphics();



  • Zetroc

    A "graphics class" is context sensitive in Windows. Which graphics class would you like The printer, a textbox control, the form, the desktop, a scanner You always create a graphics object off of something else so that you have an associated context. It wouldn't make any sense to give the graphics class a standard constructor because there would be no way to indicate the context that you desired.

    Instead of bashing the tools why not learn them


  • Well Done !!!