hi,
I want to make a class that draw shapes.


if my class inherit from forms i can execute code
VB Code:
  1. this.CreateGraphics();
but I dont want to inherit the form class.
my question is what the graphics value that correspond to System.Drawing.Graphics .

ex . System.Drawing.Graphics g = graphics value

thanks for the reply.

Popskie