Using c#, I created a blank picture box control and a graphics object. I instantiated the graphics object by pictureBoxControl.CreateGraphics(). I allow the user to then draw on the picture box with the mouse. I'm trying to save the graphics object to a varbinary column in the database, but I can't figure that out.
Can somebody please help?