When I try to create a Graphics object, why doesn't it work?
System.Drawing.Graphics graphicsObj = new System.Drawing.Graphics();
(I know that I could create a private System.Windows.Forms.Panel Obj; and then do CreateGraphics() if I wanted it to work)
I tried to find a custom constructor for Graphics, but I could not find it. Where did Microsoft identify it or how was it blocked?
Albert iordache
source share