E
ECVerify.com
I have a Graphics object in a control that has an image I want to
print...I want to print my already made Graphics object that I use in
a control, I try this
Private Sub pd_PrintPage(sender As Object, e As PrintPageEventArgs)
e.Grahpics = MyControl.MyGraphics
End Sub
When I do the problem is that e.Grahpics is read only.
How do I print what I already have ib memory without redrawing
everything on the e.Grahpics object?
Thanks, Ed,
print...I want to print my already made Graphics object that I use in
a control, I try this
Private Sub pd_PrintPage(sender As Object, e As PrintPageEventArgs)
e.Grahpics = MyControl.MyGraphics
End Sub
When I do the problem is that e.Grahpics is read only.
How do I print what I already have ib memory without redrawing
everything on the e.Grahpics object?
Thanks, Ed,